osu-api-v2-js
    Preparing search index...

    Interface Info

    API.getMatches

    interface Info {
        end_time: null | Date;
        id: number;
        name: string;
        start_time: Date;
    }
    Index

    Properties

    end_time: null | Date
    id: number
    name: string
    start_time: Date