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

GetMapGlyphsResponse

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

§Properties

§
Blob?: Uint8Array | null
[src]

The blob's content type.

§
ContentType?: string | null
[src]

The map glyph content type. For example, application/octet-stream.