Type alias MysqlOutputDeps

MysqlOutputDeps: {
    mysql: SimpleDbMysql;
}

The output deps provided by this weenie function

Type declaration

  • mysql: SimpleDbMysql

Generated using TypeDoc