UNPKG

@paperbits/common

Version:
15 lines (13 loc) 212 B
/** * Primitive definition. */ export interface PrimitiveContract { /** * Unique identifier. */ key: string; /** * Display name. */ displayName: string; }