Interface ScopeTableOptions<TCreationAttributes, TModelAttributes>

interface ScopeTableOptions<TCreationAttributes, TModelAttributes> {
    [scopeName: string]: ScopeFindOptions<TCreationAttributes, TModelAttributes> | Function | undefined;
}

Type Parameters

  • TCreationAttributes extends {}
  • TModelAttributes extends {}

Hierarchy (view full)

Indexable

[scopeName: string]: ScopeFindOptions<TCreationAttributes, TModelAttributes> | Function | undefined