UserSearchResponse
Defined in: v1/schemas.ts:59
Inferred TypeScript type for UserSearchResponseSchema.
Extends
Section titled “Extends”output<typeofUserSearchResponseSchema>
Properties
Section titled “Properties”
optionalmeta?: {from?:number;number_of_pages?:number;page?:number;per_page?:number;to?:number;total?:number; }
Defined in: v1/schemas.ts:55
optionalfrom?:number
number_of_pages?
Section titled “number_of_pages?”
optionalnumber_of_pages?:number
optionalpage?:number
per_page?
Section titled “per_page?”
optionalper_page?:number
optionalto?:number
total?
Section titled “total?”
optionaltotal?:number
Inherited from
Section titled “Inherited from”z.infer.meta
users: {
string;id:number;name?:string|null; }[]
Defined in: v1/schemas.ts:54
email:
string
id:
number
optionalname?:string|null
Inherited from
Section titled “Inherited from”z.infer.users