export type FathomRegisteredEventName = "TX_CUSTOM" | "TX_KPI_TOKEN_REDEMPTION" | "TX_ERC20_APPROVAL" | "TX_ORACLE_FINALIZATION" | "TX_KPI_TOKEN_CREATION" | "TX_KPI_TOKEN_REWARDS_RECOVERY" | "TX_KPI_TOKEN_COLLATERAL_RECOVER"; export interface FathomRegisteredEvent { id: string; object: "event"; name: FathomRegisteredEventName; currency: string | null; created_at: string; } //# sourceMappingURL=types.d.ts.map