interface CancelDto {
    cancel: string;
    requestID: string;
}

Properties

Properties

cancel: string
requestID: string