UNPKG
@ayanaware/bento
Version:
latest (1.0.0-rc.29)
1.0.0-rc.29
1.0.0-rc.28
1.0.0-rc.27
1.0.0-rc.26
1.0.0-rc.25
1.0.0-rc.24
1.0.0-rc.23
1.0.0-rc.22
1.0.0-rc.21
1.0.0-rc.20
1.0.0-rc.19
1.0.0-rc.18
1.0.0-rc.17
1.0.0-rc.16
1.0.0-rc.15
1.0.0-rc.14
1.0.0-rc.13
1.0.0-rc.12
1.0.0-rc.11
1.0.0-rc.10
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-beta.9
Modular runtime framework designed to solve complex tasks
@ayanaware/bento
/
build
/
entities
/
types
/
EntityReference.d.ts
4 lines
(3 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
import
{
InstanceType
}
from
'../../types/InstanceType'
;
import
type
{
Entity
}
from
'../interfaces/Entity'
;
export
declare
type
EntityReference
<T
extends
Entity
=
Entity
> =
string
|
Entity
|
InstanceType
<T>;