Type Alias CostEstimate

CostEstimate: Record<
    | "title"
    | "description"
    | "pubDate"
    | "url", string>