MCPcopy
hub / github.com/thx/rap2-delos / IQueryInclude

Interface IQueryInclude

src/models/util/queryInclude.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { IncludeOptions } from 'sequelize'
10
11declare interface IQueryInclude {
12 [key: string]: IncludeOptions
13}
14
15const QueryInclude: IQueryInclude = {
16 User: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected