Type alias sequelizeCrudConfigModel

sequelizeCrudConfigModel: {
    model: modelType;
    operations: operationsType;
}

Type declaration