Variable: SetContentStateSchema
ts
const SetContentStateSchema: ZodObject<{
body: ZodObject<{
color: ZodOptional<ZodString>;
id: ZodOptional<ZodNumber>;
name: ZodOptional<ZodString>;
}, $loose>;
id: ZodString;
status: ZodCustom<string & object | "current" | "draft", string & object | "current" | "draft">;
}, $strip>;Defined in: src/v1/parameters/setContentState.ts:5