import { Invite } from "../models/invite"; export type ListInvite = Omit & { token: string; };