mirror of
https://github.com/strapi/strapi.git
synced 2025-11-22 21:23:11 +00:00
chore: fixing spelling cont., missed a file
This commit is contained in:
parent
2ca3443a21
commit
7d2a8bb337
4
packages/core/database/lib/index.d.ts
vendored
4
packages/core/database/lib/index.d.ts
vendored
@ -1,6 +1,6 @@
|
|||||||
import { LifecycleProvider } from './lifecycles';
|
import { LifecycleProvider } from './lifecycles';
|
||||||
import { MigrationProvider } from './migrations';
|
import { MigrationProvider } from './migrations';
|
||||||
import { SchemaProvideer } from './schema';
|
import { SchemaProvider } from './schema';
|
||||||
|
|
||||||
type LogicalOperators<T> = {
|
type LogicalOperators<T> = {
|
||||||
$and?: WhereParams<T>[];
|
$and?: WhereParams<T>[];
|
||||||
@ -154,7 +154,7 @@ interface DatabaseConfig {
|
|||||||
models: ModelConfig[];
|
models: ModelConfig[];
|
||||||
}
|
}
|
||||||
export interface Database {
|
export interface Database {
|
||||||
schema: SchemaProvideer;
|
schema: SchemaProvider;
|
||||||
lifecycles: LifecycleProvider;
|
lifecycles: LifecycleProvider;
|
||||||
migrations: MigrationProvider;
|
migrations: MigrationProvider;
|
||||||
entityManager: EntityManager;
|
entityManager: EntityManager;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user