UNPKG

@bit-ui-libs/common

Version:
13 lines (11 loc) 296 B
import { EventRelationType } from '../../common'; import { ChainAssetEvent } from '../interfaces'; export interface EventGroupItem { relationType: EventRelationType; event: ChainAssetEvent & { id: string; eventType: string; }; // Not sure if this is true approved?: boolean; }