interface Table {
    blocks: ReadonlyMap<string & WithOpaque<"header">, TableBlock>;
}

Properties

Properties

blocks: ReadonlyMap<string & WithOpaque<"header">, TableBlock>