Trilium Frontend API
    Preparing search index...

    Type Alias OnlyObject<T>

    OnlyObject: Exclude<T, undefined | null | string | number | boolean | any[]>

    An utility type excluding primitive values and arrays from the union.

    Type Parameters

    • T