Release v28.0.0 (from 1e591f07)

This commit is contained in:
jenkins
2024-08-13 15:18:04 +00:00
parent 1cc3ce33a5
commit 91bc12f43d
1699 changed files with 7637 additions and 4315 deletions

View File

@@ -9,6 +9,5 @@ export interface UdfQuotesResponse extends UdfOkResponse {
}
export interface IQuotesProvider {
// tslint:disable-next-line:variable-name tv-variable-name
getQuotes(symbols: string[]): Promise<QuoteData[]>;
}