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