8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
/**
|
|
* Get endpoint
|
|
* @return string
|
|
*/
|
|
export default class Client {
|
|
static getEndpointRules(product: string, regionId: string, endpointType: string, network: string, suffix: string): string;
|
|
}
|