ContentType

Type alias ContentType

ContentType: {
    home?: string;
    id: string;
    isExperimental?: boolean;
    label: string;
    mimeTypes?: string[];
    spec?: string;
    suffixes?: string[];
    version?: string;
}

Type declaration

  • Optional home?: string

    Homepage for more information on a contentType.

  • id: string
  • Optional isExperimental?: boolean
  • label: string

    The full name of a contentType.

  • Optional mimeTypes?: string[]

    The mimeTypes of a contentType.

  • Optional spec?: string
  • Optional suffixes?: string[]

    Supported suffixes of a contentType.

  • Optional version?: string