UNPKG

@itexpert-dev/i-dictionary

Version:

interface for dictionary like C#

4 lines (3 loc) 66 B
export interface IDictionary<U> { [fieldKey: string]: U; }