Variable: CustomContentBodySummarySchema
ts
const CustomContentBodySummarySchema: ZodObject<{
atlas_doc_format: ZodOptional<ZodNullable<ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>>>;
raw: ZodOptional<ZodNullable<ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>>>;
storage: ZodOptional<ZodNullable<ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>>>;
}, $loose>;Defined in: src/v2/models/customContentBodySummary.ts:6
Contains fields for each representation type requested.