@bit-ui-libs/common
Version:
This library was generated with [Nx](https://nx.dev).
19 lines (15 loc) • 335 B
text/typescript
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;
}