interface ConfirmBurnResponse {
    action: "none" | "burn";
}

Properties

Properties

action: "none" | "burn"