Skip to content

Variable: GetAllUsersDefaultSchema

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

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