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

    Type Alias NoteListResponse

    type NoteListResponse = {
        notes: NoteDetails[];
    }
    Index
    notes: NoteDetails[]