// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.25.0
package sqlcgen
import ()
type User struct {
ID int32
Name string
Age int32
}