Variable: RemoveContentStateSchema
ts
const RemoveContentStateSchema: ZodObject<{
id: ZodString;
status: ZodOptional<ZodCustom<string & object | "current" | "draft", string & object | "current" | "draft">>;
}, $strip>;Defined in: src/v1/parameters/removeContentState.ts:4