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

GetMapStyleDescriptorResponse

import type { GetMapStyleDescriptorResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface GetMapStyleDescriptorResponse {
Blob?: Uint8Array | null;
ContentType?: string | null;
}

§Properties

§
Blob?: Uint8Array | null
[src]

Contains the body of the style descriptor.

§
ContentType?: string | null
[src]

The style descriptor's content type. For example, application/json.