Type alias Model

Model: {
    columns: {
        _id: string;
        [key: string]: JSONDataTypes;
    };
    table: string;
}

Type declaration