import { Invite } from './data/invite/invite'; export interface GroupInviteGet { invite: Invite; }