export type TAccountState = "supply_awaiting_mint" | "ready" | undefined;