Skip to content
# Type Alias: QueryScopeResolutionV1

QueryScopeResolutionV1 = { scope: QueryScopeAstV1; status: "found"; } | { status: "not_found"; } | { matches: QueryScopeAstV1[]; status: "ambiguous"; }

Defined in: packages/core/src/transformers/QueryScopeCollector.ts:79

Released under the MIT License.