* chore: migrate from s3 sdk v2 to v3 * import signature-v4-crt * downgrade minor version * Add s3-presigned-post manually * Change s3 mock * Update server/storage/files/S3Storage.ts * docs * Upgrade aws-sdk --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
22 lines
459 B
TypeScript
22 lines
459 B
TypeScript
declare module "sequelize-encrypted";
|
|
|
|
declare module "styled-components-breakpoint";
|
|
|
|
declare module "formidable/lib/file";
|
|
|
|
declare module "oy-vey";
|
|
|
|
declare module "email-providers" {
|
|
const list: string[];
|
|
export default list;
|
|
}
|
|
|
|
declare module "@joplin/turndown-plugin-gfm" {
|
|
import { Plugin } from "turndown";
|
|
|
|
export const strikethrough: Plugin;
|
|
export const tables: Plugin;
|
|
export const taskListItems: Plugin;
|
|
export const gfm: Plugin;
|
|
}
|