Saxonberg Server API
    Preparing search index...
    interface SmellDataShape {
        concentration: number | Quantity<"ppm">;
        identity: string;
        sources?: readonly SmellSourceRef[];
    }
    Index

    Properties

    concentration: number | Quantity<"ppm">
    identity: string
    sources?: readonly SmellSourceRef[]