Variable: SetUserPropertySchema
ts
const SetUserPropertySchema: ZodObject<{
accountId: ZodOptional<ZodString>;
body: ZodRecord<ZodString, ZodAny>;
propertyKey: ZodString;
}, $strip>;Defined in: src/cloud/parameters/setUserProperty.ts:3