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

x/windmill/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts>ResponseHeaders

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
type alias ResponseHeaders
import { type ResponseHeaders } from "https://deno.land/x/windmill@v1.71.0/node_modules/@octokit/types/dist-types/ResponseHeaders.d.ts";
definition: { [header: string]: string | number | undefined; cache-control?: string; content-length?: number; content-type?: string; date?: string; etag?: string; last-modified?: string; link?: string; location?: string; server?: string; status?: string; vary?: string; x-github-mediatype?: string; x-github-request-id?: string; x-oauth-scopes?: string; x-ratelimit-limit?: string; x-ratelimit-remaining?: string; x-ratelimit-reset?: string; }