interface Table {
    columns: readonly string[];
    name: string;
}

Properties

Properties

columns: readonly string[]
name: string