From dd75f4e522157d27f8bdb7f8ea863117c7b65593 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Wed, 29 Jan 2025 14:04:12 -0800 Subject: [PATCH] change AmplifyOutputs deprecation message wording --- packages/core/src/singleton/AmplifyOutputs/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/singleton/AmplifyOutputs/types.ts b/packages/core/src/singleton/AmplifyOutputs/types.ts index c5f148fdf9e..3186f16faf8 100644 --- a/packages/core/src/singleton/AmplifyOutputs/types.ts +++ b/packages/core/src/singleton/AmplifyOutputs/types.ts @@ -115,7 +115,7 @@ export interface AmplifyOutputsNotificationsProperties { channels: string[]; } -/** @deprecated Use {@link AmplifyOutputsUnknown} instead. */ +/** @deprecated This type is deprecated and will be removed in future versions. */ export interface AmplifyOutputs { version?: string; storage?: AmplifyOutputsStorageProperties;