Interface SQLTableSchema

interface SQLTableSchema {
    columns: IColumnDef[];
    label?: string;
    name: string;
}

Properties

Properties

columns: IColumnDef[]
label?: string
name: string

Generated using TypeDoc