Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/upstash_ratelimit/src/types.ts>RatelimitResponse

Rate limiting library for serverless runtimes
Go to Latest
type alias RatelimitResponse
import { type RatelimitResponse } from "https://deno.land/x/upstash_ratelimit@v1.1.0-canary-1/src/types.ts";
definition: { success: boolean; limit: number; remaining: number; reset: number; pending: Promise<unknown>; }