IServiceEndpoint type
Represents a service endpoint URL or a map of URLs
Signature:
export type IServiceEndpoint = string | Record<string, any>
Represents a service endpoint URL or a map of URLs
Signature:
export type IServiceEndpoint = string | Record<string, any>