chore(server): cleanup team impl (#9171)

This commit is contained in:
forehalo
2024-12-16 08:41:11 +00:00
parent de2dab32c0
commit 83618e38a2
6 changed files with 148 additions and 152 deletions

View File

@@ -79,9 +79,6 @@ declare module '../../base/event/def' {
recurring: SubscriptionRecurring;
}>;
};
members: {
updated: Payload<{ workspaceId: Workspace['id']; count: number }>;
};
}
}