Trilium Backend API
    Preparing search index...

    Type Alias Writable<T>

    Writable: { -readonly [P in keyof T]: T[P] }

    Type Parameters

    • T