Interface RefDblDB

Interface for extends knex object

interface RefDblDB {
    current: Knex<any, any[]>;
}

Properties

Properties

current: Knex<any, any[]>