mini-effect
    Preparing search index...

    Interface UnknownDataset

    Unknown dataset interface.

    interface UnknownDataset {
        issues?: undefined;
        typed?: false;
        value: unknown;
    }
    Index

    Properties

    Properties

    issues?: undefined

    The dataset issues.

    typed?: false

    Whether is's typed.

    value: unknown

    The dataset value.