linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias NoteUpdateBody

    type NoteUpdateBody = {
        content?: string | null;
        title?: string | null;
    }
    Index
    content?: string | null
    title?: string | null