Skip to main content
Module

x/k8s/deps.ts>OpenapiOperationResponse

Deno / TypeScript Kubernetes client
Go to Latest
type alias OpenapiOperationResponse
Re-export
import { type OpenapiOperationResponse } from "https://deno.land/x/k8s@1.26.4/deps.ts";

Type Parameters

optional
R = any
optional
S = any
definition: { readonly headers: Headers; readonly url: string; readonly ok: boolean; readonly status: S; readonly statusText: string; readonly data: R; }