import type { BaseComponent } from "../base"; import type { StackProps } from "./stack"; export interface RedemptionButtonProps extends BaseComponent { type: "redemption_button"; stack: StackProps; transition?: null; }