export interface RawReingestContractResponse { contractAddress: string; reingestionState: string; progress: string | null; }