chore: Block all email providers from being added as team domains (#3678)

This commit is contained in:
Tom Moor
2022-06-21 11:29:43 +03:00
committed by GitHub
parent 9cd3ec0868
commit 305de71e8b
8 changed files with 56 additions and 27 deletions

View File

@@ -12,6 +12,11 @@ declare module "oy-vey";
declare module "fetch-test-server";
declare module "email-providers" {
const list: string[];
export default list;
}
declare module "@joplin/turndown-plugin-gfm" {
import { Plugin } from "turndown";