import type { BaseComponent } from "../base"; import type { StackProps } from "./stack"; export interface PurchaseButtonProps extends BaseComponent { type: "purchase_button"; stack: StackProps; }