Interface I_RECURRING_CANCEL_RESPONSE

interface I_RECURRING_CANCEL_RESPONSE {
    result: { status: string; uuid: string };
    state: number;
}

Properties

Properties

result: { status: string; uuid: string }
state: number