UNPKG

@itexpert-dev/i-dictionary

Version:

interface for dictionary like C#

3 lines 62 B
export interface IDictionary<U>{ [fieldKey: string]: U }