RawDocument🔗Definition🔗export interface RawDocument { type: "raw_document"; id: string; settings?: { size?: string; }; hide?: boolean; } Methods🔗No methods.See also🔗 RawDocumentBuilder