Type alias MysqlInputDeps

MysqlInputDeps: {
    config: {
        mysql: ConstructorParameters<typeof SimpleDbMysql>[0];
    };
}

The type of the input deps expected by this weenie function

Type declaration

  • config: {
        mysql: ConstructorParameters<typeof SimpleDbMysql>[0];
    }
    • mysql: ConstructorParameters<typeof SimpleDbMysql>[0]

Generated using TypeDoc