aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/types.ts
blob: 1c76f12a71b5a9767b1f64c362c6ca1f10b58e10 (plain) (blame)
1
2
3
4
5
6
export interface HistoricalPriceResponse {
    Response: string;
    Type: number;
    Aggregated: boolean;
    Data: JSON[];
}