I have a TypeScript file:
export class Table { private readonly records: Record = {}; } export function foo(table: Table