Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
import
{ IncludeOptions } from
'sequelize'
10
11
declare
interface
IQueryInclude {
12
[key: string]: IncludeOptions
13
}
14
15
const
QueryInclude: IQueryInclude = {
16
User: {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected