chore: Suppress AWS deprecation message

This commit is contained in:
Tom Moor
2024-02-25 11:11:36 -05:00
parent 2ec4ff3cd0
commit d42a493d8b
2 changed files with 11 additions and 0 deletions

View File

@@ -21,3 +21,10 @@ declare module "@joplin/turndown-plugin-gfm" {
export const taskListItems: Plugin;
export const gfm: Plugin;
}
declare module "aws-sdk/lib/maintenance_mode_message" {
const maintance: {
suppress: boolean;
};
export default maintance;
}