Interface for platform service names that gets augmented by each service module.
Each platform service extends this interface through module augmentation to add
its service name. This pattern provides compile-time type safety for service names.
Example
// How services augment this interface (done internally by each service): constSERVICE_NAME = 'http'; PlatformServiceName.Http = SERVICE_NAME;
Interface for platform service names that gets augmented by each service module.
Each platform service extends this interface through module augmentation to add its service name. This pattern provides compile-time type safety for service names.
Example