interface AcceptInvitationDto {
    avatar: string;
    name: string;
    password: string;
    typeId: string;
}

Properties

avatar: string
name: string
password: string
typeId: string

Generated using TypeDoc