Interface ISqlRow

interface ISqlRow {
    tableName: string;
    [key: string]: string | IsoDate | number | boolean | null;
}

Indexable

[key: string]: string | IsoDate | number | boolean | null

Properties

Properties

tableName: string

Generated using TypeDoc