export interface HttpConfig { Endpoint?: string; Secret?: string; CustomAuthHeaderName?: string; CustomAuthHeaderValue?: string; }