export type AirdropResponse = { owner: string; mint: string; totalAmount: string; claimedAmount: string; startEpoch: number; endEpoch: number; };