UNPKG

240 BTypeScriptView Raw
1import { ScopeFindOptions } from './scope-find-options';
2export interface ScopeTableOptions<TCreationAttributes, TModelAttributes> {
3 [scopeName: string]: ScopeFindOptions<TCreationAttributes, TModelAttributes> | Function | undefined;
4}