Skip to content

Variable: GetInlineCommentByIdSchema

ts
const GetInlineCommentByIdSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodCustom<
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "anonymous_export_view"
     | "atlas_doc_format", 
     | "storage"
     | "view"
     | string & object
     | "export_view"
     | "styled_view"
     | "editor"
     | "anonymous_export_view"
    | "atlas_doc_format">>;
  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