Interface ModelScopeOptions<TAttributes>

Interface for Define Scope Options

Type Parameters

  • TAttributes = any

Hierarchy

  • ModelScopeOptions

Indexable

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

Generated using TypeDoc