Interface IDataBaseResponse

    interface IDataBaseResponse {
        rows: any[];
    }

    Properties

    Properties

    rows: any[]

    Generated using TypeDoc and TypeDoc Airthium Plugin