useresponse
    Preparing search index...

    Interface UserNotesResponse

    interface UserNotesResponse {
        success?: UserNote[];
    }
    Index

    Properties

    Properties

    success?: UserNote[]