export type DataforseoApiCallCost = { path: string[]; costUsd: number; resultCount: number | null; }; export type DataforseoApiResponse = { data: T; billing: DataforseoApiCallCost; };