Skip to content

Variable: GetUserPropertiesSchema

ts
const GetUserPropertiesSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
  userId: ZodString;
}, $strip>;

Defined in: src/v1/parameters/getUserProperties.ts:3