UNPKG

@ournet/domain

Version:
8 lines (7 loc) 161 B
export interface Dictionary<V> { [key: string]: V; } export declare type BaseEntityId = string; export interface BaseEntity { id: BaseEntityId; }