Trilium Frontend API
    Preparing search index...

    Interface ChooseNoteTypeResponse

    interface ChooseNoteTypeResponse {
        notePath?: string;
        noteType?: string;
        success: boolean;
        templateNoteId?: string;
    }
    Index

    Properties

    notePath?: string
    noteType?: string
    success: boolean
    templateNoteId?: string