UNPKG

266 BTypeScriptView Raw
1export declare module LocalizationManagement {
2 interface ILocalizationLabel {
3 name?: string;
4 value?: string;
5 resourceName?: string;
6 featureId?: string;
7 defaultValue?: string;
8 isChanged?: boolean;
9 }
10}