Skip to content

Variable: DeleteUserPropertySchema

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

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