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

    Interface GithubUser

    interface GithubUser {
        display_name: string;
        github_url: string;
        github_username: string;
        id: number;
        osu_username: string;
        user_id: number;
        user_url: string;
    }
    Index

    Properties

    display_name: string
    github_url: string
    github_username: string
    id: number
    osu_username: string
    user_id: number
    user_url: string