ClaimCondition: {
    allowlist: string | null;
    amount: string;
    createdAt: string;
    currency: {
        address: `0x${string}`;
        decimals: number;
        symbol: string;
    };
    deletedAt: string | null;
    id: string;
    limitPerWallet: string;
    merkleProof: `0x${string}`[] | null;
    merkleRoot: `0x${string}` | null;
    price: string;
    startTime: string;
    studioContractId: string;
    updatedAt: string;
}