Type Alias DucTableElement

DucTableElement: _DucElementBase & {
    fileId: ExternalFileId | null;
    gridConfig: DocumentGridConfig;
    type: "table";
}

Source of truth is the linked xlsx file

Type declaration