Skip to content

Commit

Permalink
fix(quoteSummary): rename conflicting typedefs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 1, 2021
1 parent e1648d3 commit f824f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/modules/quoteSummary.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import yahooFinanceFetch = require('../lib/yahooFinanceFetch');
import validateAndCoerceTypes from '../lib/validateAndCoerceTypes';

// /// <reference path="quoteSummary.d.ts"/>
// /// <reference path="quoteSummary-iface.ts"/>
// import QuoteSummaryResult from "QuoteSummaryIfaces";
import { QuoteSummaryResult } from './quoteSummary.d';
import { QuoteSummaryResult } from './quoteSummary-iface';

const QUERY_URL = 'https://query2.finance.yahoo.com/v10/finance/quoteSummary';
const QUERY_OPTIONS_SCHEMA_KEY = '#/definitions/QuoteSummaryOptions'
Expand Down

0 comments on commit f824f88

Please sign in to comment.