DWS Packages
    Preparing search index...

    Interface RateLimitMacroOptions

    interface RateLimitMacroOptions {
        keyGenerator?: (context: RateLimitKeyContext) => string;
        limit: number;
        window: number;
    }
    Index

    Properties

    keyGenerator?: (context: RateLimitKeyContext) => string
    limit: number
    window: number