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

GdataContentTypeInfo

import type { GdataContentTypeInfo } from "https://googleapis.deno.dev/v1/youtubereporting:v1.ts";

gdata

interface GdataContentTypeInfo {
bestGuess?: string;
fromBytes?: string;
fromFileName?: string;
fromHeader?: string;
fromUrlPath?: string;
}

§Properties

§
bestGuess?: string
[src]

gdata

§
fromBytes?: string
[src]

gdata

§
fromFileName?: string
[src]

gdata

§
fromHeader?: string
[src]

gdata

§
fromUrlPath?: string
[src]

gdata