Interface ModelScopeOptions<TAttributes>

Interface for Define Scope Options

Type Parameters

  • TAttributes = any

Hierarchy

  • ModelScopeOptions

Indexable

[scopeName: string]: FindOptions<TAttributes> | ((...args: readonly any[]) => FindOptions<TAttributes>)

Generated using TypeDoc