Outlook_Addin_LLM/node_modules/@microsoft/teamsfx-api/build/utils/exp.d.ts

4 lines
219 B
TypeScript
Raw Normal View History

export interface ExpServiceProvider {
getTreatmentVariableAsync<T extends boolean | number | string>(configId: string, name: string, checkCache?: boolean): Promise<T | undefined>;
}
//# sourceMappingURL=exp.d.ts.map