Variable: AddLabelsToContentSchema
ts
const AddLabelsToContentSchema: ZodObject<{
body: ZodUnion<readonly [ZodArray<ZodObject<{
name: ZodString;
prefix: ZodString;
}, $loose>>, ZodObject<{
name: ZodString;
prefix: ZodString;
}, $loose>]>;
id: ZodString;
}, $strip>;Defined in: src/v1/parameters/addLabelsToContent.ts:5