Project

General

Profile

1
import { IMyOptions } from "./my-options.interface";
2

    
3
export interface IMyLocales {
4
    [lang: string]: IMyOptions;
5
}
(11-11/16)