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

MediaImage

interface MediaImage {
sizes?: string;
src: string;
type?: string;
}

§Properties

§
sizes?: string
[src]
§
src: string
[src]
§
type?: string
[src]