Skip to content

Commit

Permalink
change AmplifyOutputs deprecation message wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Jan 29, 2025
1 parent 3d55d3c commit dd75f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/singleton/AmplifyOutputs/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd75f4e

Please sign in to comment.