Skip to content

Variable: GetInlineCommentByIdSchema

ts
const GetInlineCommentByIdSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodEnum<{
     anonymous_export_view: "anonymous_export_view";
     atlas_doc_format: "atlas_doc_format";
     editor: "editor";
     export_view: "export_view";
     storage: "storage";
     styled_view: "styled_view";
     view: "view";
  }>>;
  commentId: ZodNumber;
  includeLikes: ZodOptional<ZodBoolean>;
  includeOperations: ZodOptional<ZodBoolean>;
  includeProperties: ZodOptional<ZodBoolean>;
  includeVersion: ZodOptional<ZodBoolean>;
  includeVersions: ZodOptional<ZodBoolean>;
  version: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v2/parameters/getInlineCommentById.ts:4