Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Type Alias AllowedMimeTypes<T>

    AllowedMimeTypes: T extends IMAGE
    | FORMULA
    | SPECTRUM
        ? PNG | JPEG | GIF | SVG | WEBP
        : T extends MODEL_3D
            ? PDB
            | MOL
            | SDF
            | XYZ
            | CIF
            : T extends DOCUMENT
                ? PDF
                | TXT
                : T extends DATA ? JSON | XML | CSV : T extends OTHER ? STREAM : never

    Mapping of scientific data types to their authoritative Internet Media Types (MIME).

    Type Parameters

    • T extends BlobType

      The architectural type of the binary asset.