Skip to content

Commit

Permalink
chore: removed lower granularities
Browse files Browse the repository at this point in the history
  • Loading branch information
rory660 committed Nov 11, 2024
1 parent 84da5e6 commit 187e056
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,7 @@ export interface GetTokenRequest {
}

export enum TokenHistoricGranularity {
ONE_MIN = '1min',
FIVE_MIN = '5min',
THIRTY_MIN = '30min',
HOUR = 'hour',
DAY = 'day',
OVER_DAY = '>day',
Expand Down

0 comments on commit 187e056

Please sign in to comment.