We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1d6a3 commit f75c273Copy full SHA for f75c273
2 files changed
x-pack/plugins/actions/server/types.ts
@@ -32,7 +32,7 @@ export type ActionTypeParams = Record<string, unknown>;
32
33
export interface Services {
34
/**
35
- * @deprecated use `scopedClusterClient`
+ * @deprecated Use `scopedClusterClient` instead.
36
*/
37
callCluster: ILegacyScopedClusterClient['callAsCurrentUser'];
38
savedObjectsClient: SavedObjectsClientContract;
x-pack/plugins/alerts/server/types.ts
@@ -48,7 +48,7 @@ declare module 'src/core/server' {
48
49
50
51
52
53
54
0 commit comments