ContentType¶
Type Alias ContentType
ContentType: {
home?: string;
id: string;
isExperimental?: boolean;
label: string;
mimeTypes?: string[];
spec?: string;
suffixes?: string[];
version?: string;
}
home?: string;
id: string;
isExperimental?: boolean;
label: string;
mimeTypes?: string[];
spec?: string;
suffixes?: string[];
version?: string;
}
Homepage for more information on a contentType.