UNPKG

@cyberspace-dev/sdk

Version:
9 lines (8 loc) 190 B
import { IBBase } from '../../core/entity/signatures/base/2-base'; export interface IObject { uuid: string; type: string; parent: string; system: string; body: IBBase; }