Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SendApiAssetResponse

import type { SendApiAssetResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface SendApiAssetResponse {
Body?: string | null;
ResponseHeaders?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Body?: string | null
[src]

The response body from the underlying API tracked by the API asset.

§
ResponseHeaders?: {
[key: string]: string | null | undefined;
}
| null
[src]

The response headers from the underlying API tracked by the API asset.