@valon-technologies/gestalt
    Preparing search index...

    Interface TypedValue

    TypedValue stores one scalar or structured value in an IndexedDB record.

    interface TypedValue {
        kind: TypedValueKind;
    }
    Index

    Properties

    Properties