Variable: CreateInlineCommentModelSchema
ts
const CreateInlineCommentModelSchema: ZodObject<{
blogPostId: ZodOptional<ZodString>;
body: ZodOptional<ZodNullable<ZodUnion<readonly [ZodObject<{
representation: ZodOptional<ZodCustom<... | ... | ... | ..., ... | ... | ... | ...>>;
value: ZodOptional<ZodString>;
}, $loose>, ZodObject<{
atlas_doc_format: ZodOptional<ZodNullable<ZodObject<..., ...>>>;
storage: ZodOptional<ZodNullable<ZodObject<..., ...>>>;
wiki: ZodOptional<ZodNullable<ZodObject<..., ...>>>;
}, $loose>]>>>;
inlineCommentProperties: ZodOptional<ZodNullable<ZodObject<{
textSelection: ZodOptional<ZodString>;
textSelectionMatchCount: ZodOptional<ZodNumber>;
textSelectionMatchIndex: ZodOptional<ZodNumber>;
}, $loose>>>;
pageId: ZodOptional<ZodString>;
parentCommentId: ZodOptional<ZodString>;
}, $loose>;Defined in: src/v2/models/createInlineCommentModel.ts:6