Variable: DeleteUserPropertySchema
ts
const DeleteUserPropertySchema: ZodObject<{
key: ZodString;
userId: ZodString;
}, $strip>;Defined in: src/v1/parameters/deleteUserProperty.ts:3