From bf54587a3e2ad9c2c186828f2a5682b91ee2cc00 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Dec 2021 09:29:23 +0100 Subject: shared/ typescript types dir server-commands --- shared/server-commands/moderation/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 shared/server-commands/moderation/index.ts (limited to 'shared/server-commands/moderation/index.ts') diff --git a/shared/server-commands/moderation/index.ts b/shared/server-commands/moderation/index.ts new file mode 100644 index 000000000..b37643956 --- /dev/null +++ b/shared/server-commands/moderation/index.ts @@ -0,0 +1 @@ +export * from './abuses-command' -- cgit v1.2.3