UNPKG

@aws-lambda-powertools/metrics

Version:
7 lines 215 B
interface ConfigServiceInterface { get?(name: string): string; getNamespace(): string; getServiceName(): string; } export { ConfigServiceInterface, }; //# sourceMappingURL=ConfigServiceInterface.d.ts.map