From 324175ecf4c91019b0a86a889bcc785660877784 Mon Sep 17 00:00:00 2001 From: Martin Machacek Date: Sun, 27 Oct 2024 11:43:08 +0100 Subject: [PATCH] New command: viva engage community remove --- src/m365/viva/commands/engage/Community.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/m365/viva/commands/engage/Community.ts b/src/m365/viva/commands/engage/Community.ts index 021b8fc0017..bde8d4838fc 100644 --- a/src/m365/viva/commands/engage/Community.ts +++ b/src/m365/viva/commands/engage/Community.ts @@ -4,9 +4,4 @@ export interface Community { description?: string; privacy?: string; groupId?: string; -}export interface Community { - id: string; - displayName: string; - description: string; - privacy: string; } \ No newline at end of file