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

ContentTypeInfo

import type { ContentTypeInfo } from "https://googleapis.deno.dev/v1/cloudsupport:v2.ts";

gdata.* are outside protos with mising documentation

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

§Properties

§
bestGuess?: string
[src]

gdata.* are outside protos with mising documentation

§
fromBytes?: string
[src]

gdata.* are outside protos with mising documentation

§
fromFileName?: string
[src]

gdata.* are outside protos with mising documentation

§
fromHeader?: string
[src]

gdata.* are outside protos with mising documentation

§
fromUrlPath?: string
[src]

gdata.* are outside protos with mising documentation