Trilium Frontend API
    Preparing search index...

    Type Alias NamespacedValue<T>

    type NamespacedValue<T> = {
        ns: string;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    ns: string
    value: T