Interface CreateADocumentOrSpreadsheetRequestProps

Hierarchy

  • CreateADocumentOrSpreadsheetRequestProps

Properties

Properties

body: {
    content: string;
    format?: "html" | "markdown";
    member_ids?: string;
    title?: string;
    type?: "document" | "spreadsheet" | "slides";
}

Type declaration

  • content: string
  • Optional format?: "html" | "markdown"
  • Optional member_ids?: string
  • Optional title?: string
  • Optional type?: "document" | "spreadsheet" | "slides"

Generated using TypeDoc