interface SchemaColumn {
    name: string;
    type: any;
}

Properties

Properties

name: string
type: any