src/providers/kubecost/kubecost.types.ts
endpoint: string
string
keyID: string
secret: string
export interface KubecostConfig { endpoint: string; keyID: string; secret: string; }