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