Version: 0.1.00.1.10.1.20.1.30.1.40.1.50.1.60.1.70.1.80.1.90.1.100.1.110.2.00.2.1
export interface Dict<T> {
[index: string]: T;
}