Files
2025-03-07 19:22:02 +01:00

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