import type { ResourceWithId } from "./resource"; export interface InvitationResource extends ResourceWithId { AddToTeamIds: string[]; Expires: string[]; InvitationCode: string; }