interface InviteResponse {
    whoAccepted?: string;
}

Properties

Properties

whoAccepted?: string