Trilium Backend API
    Preparing search index...

    Interface CloneResponse

    interface CloneResponse {
        branchId?: string;
        message?: string;
        notePath?: string;
        success: boolean;
    }
    Index

    Properties

    branchId?: string
    message?: string
    notePath?: string
    success: boolean