Skip to content

Variable: GetUserPropertySchema

ts
const GetUserPropertySchema: ZodObject<{
  accountId: ZodOptional<ZodString>;
  propertyKey: ZodString;
}, $strip>;

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