Type Alias CountOptions

CountOptions: {
    amount: number;
    interval: Interval;
    lazy: Lazy;
    offset: number;
    signal: AbortSignal;
}