EntityRequestDateRange: {
    params: {
        account: string;
        endDate: number;
        startDate: number;
    };
    type: ByDateRange;
}

Type declaration

  • params: {
        account: string;
        endDate: number;
        startDate: number;
    }
    • account: string
    • endDate: number
    • startDate: number
  • type: ByDateRange

Generated using TypeDoc