GetRateLimitOffsetFunction

export type GetRateLimitOffsetFunction = (route: string) => number;
export type GetRateLimitOffsetFunction = (route: string) => number;
A function that determines the rate limit offset for a given request.