Variable: CreateUserPropertySchema
ts
const CreateUserPropertySchema: ZodObject<{
key: ZodString;
userId: ZodString;
value: ZodRecord<ZodString, ZodAny>;
}, $strip>;Defined in: src/v1/parameters/createUserProperty.ts:4