Skip to content

ccusage / data-loader / LoadOptions

Type Alias: LoadOptions

ts
type LoadOptions = object & DateFilter;

Configuration options for loading usage data

Type declaration

claudePath?

ts
optional claudePath: string;

mode?

ts
optional mode: CostMode;

order?

ts
optional order: SortOrder;

offline?

ts
optional offline: boolean;

sessionDurationHours?

ts
optional sessionDurationHours: number;

Released under the MIT License.