interface Conversion { id: number uniqueId: string data: Ip status: string startedAt: string completedAt: string | null createdAt: string credited: boolean convertOnly: boolean }