Interface ScopeOptions<TCreationAttributes, TModelAttributes>

interface ScopeOptions<TCreationAttributes, TModelAttributes> {
    defaultScope?: ScopeFindOptions<TCreationAttributes, TModelAttributes>;
}

Type Parameters

  • TCreationAttributes extends {}
  • TModelAttributes extends {}

Hierarchy (view full)

Properties

Properties

defaultScope?: ScopeFindOptions<TCreationAttributes, TModelAttributes>