interface HistoryData { /** * mint url */ mint: string; keyset: Array; } export type { HistoryData };