interface AcceptInvitationResponse {
    avatar?: string;
    email: string;
    name: string;
    typeId: string;
}

Properties

avatar?: string
email: string
name: string
typeId: string

Generated using TypeDoc