import type { LocalUserInvite } from "./LocalUserInvite"; export type CreateInvitationResponse = { invite: LocalUserInvite; };