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

    Interface GetMatchesListingResponse

    interface GetMatchesListingResponse {
        cursor: CursorInMatches;
        cursor_string: string;
        matches: Match[];
        params: Params;
    }
    Index

    Properties

    cursor_string: string
    matches: Match[]
    params: Params