Skip to content

Variable: GetAllUsersSchema

ts
const GetAllUsersSchema: ZodObject<{
  expand: ZodOptional<ZodString>;
  maxResults: ZodOptional<ZodNumber>;
  startAt: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/cloud/parameters/getAllUsers.ts:3