UNPKG

@ayanaware/bento

Version:

Modular runtime framework designed to solve complex tasks

4 lines (3 loc) 209 B
import { InstanceType } from '../../types/InstanceType'; import type { Entity } from '../interfaces/Entity'; export declare type EntityReference<T extends Entity = Entity> = string | Entity | InstanceType<T>;