interface DeleteInvitationDto {
    invitationId: string;
}

Properties

Properties

invitationId: string

Generated using TypeDoc