add Splunk client getRoutingKeys method documentation

Signed-off-by: Mike Ball <mikedball@gmail.com>
This commit is contained in:
Mike Ball
2022-02-04 08:32:08 -05:00
parent 12182960f4
commit 4ddc657bd3
+4
View File
@@ -51,6 +51,10 @@ export class SplunkOnCallClient implements SplunkOnCallApi {
//
// (undocumented)
getOnCallUsers(): Promise<OnCall[]>;
// Warning: (ae-forgotten-export) The symbol "RoutingKey" needs to be exported by the entry point index.d.ts
//
// (undocumented)
getRoutingKeys(): Promise<RoutingKey[]>;
// Warning: (ae-forgotten-export) The symbol "Team" needs to be exported by the entry point index.d.ts
//
// (undocumented)