UNPKG

@bit-ui-libs/common

Version:
19 lines (15 loc) 335 B
export interface BaseRefVdt { bitSysId: string; tokenId: string; ipfsUrl: string; } export interface LevelDetail { activeAt: string; level: string | number; } export interface UserRefVdt extends BaseRefVdt { beingIdLevel: LevelDetail; } export interface DeviceRefVdt extends BaseRefVdt { hardwareLevel: LevelDetail; }