@osynicite/osynic-osuapi
    Preparing search index...

    Interface GetEventsResponse

    interface GetEventsResponse {
        cursor: CursorInEvent;
        cursor_string: string;
        events: Event[];
    }
    Index

    Properties

    cursor_string: string
    events: Event[]