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

    Mapping of media types to their specific classification enums.

    type MediaSubtypeMap = {
        data: never;
        document: DocumentType;
        formula: never;
        image: never;
        model_3d: Model3DType;
        other: never;
        spectrum: SpectrumType;
    }
    Index

    Properties

    data: never
    document: DocumentType
    formula: never
    image: never
    model_3d: Model3DType
    other: never
    spectrum: SpectrumType