Outlook_Addin_LLM/node_modules/office-addin-manifest-converter/lib/localeFile.d.ts

7 lines
198 B
TypeScript
Raw Normal View History

export declare class LocaleFile {
_resources: Object;
constructor();
addResource(key: string, value: string): void;
getResources(): object;
}
//# sourceMappingURL=localeFile.d.ts.map