RawDocument🔗Definition🔗export interface RawDocument { type: unknown; id: string; settings?: { size?: string; }; hide?: boolean; } See also🔗 RawDocumentBuilder