export interface HttpOptions {
  customMethods?: string[];
}
