Type Alias: LoadedResources<T>
LoadedResources<
T
>:Intersection
<Partial
<Pick
<T
,Matching
<T
,Promise
<any
>>>>,Required
<Pick
<T
,NonMatching
<T
,Promise
<any
>>>>>
Defined in: packages/core/src/controller/Controller.ts:27
Type Parameters
• T