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

x/kd_clients/core/Models/GraphQLModels/RequestResponseModel.ts>RequestResponseModel

Various types of HTTP clients for misc uses. This is used in the organization's infrastructure.
Go to Latest
type alias RequestResponseModel
import { type RequestResponseModel } from "https://deno.land/x/kd_clients@v0.0.5/core/Models/GraphQLModels/RequestResponseModel.ts";

Represents a request response.

definition: { data: any; errors?: ErrorModel[]; }