UNPKG

51timapi

Version:

TimApi is a traffic related plugin for WdpApi.

5 lines (4 loc) 314 B
import { EntityEidType, BasicInfoAtomType, TransformAtomType, AssetAtomType } from '../data-type'; import { MaterialAtomType } from './material'; export interface HierarchyType extends EntityEidType, Partial<BasicInfoAtomType>, Partial<TransformAtomType>, Partial<MaterialAtomType>, Partial<AssetAtomType> { }