Skip to content

Variable: SetPreferenceSchema

ts
const SetPreferenceSchema: ZodObject<{
  body: ZodRecord<ZodString, ZodAny>;
  key: ZodString;
}, $strip>;

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