find-itch-games
    Preparing search index...

    Interface IItchUser

    The itch.io account a game belongs to.

    interface IItchUser {
        id?: number;
        username?: string;
        displayName?: string;
        developer?: boolean;
        pressUser?: boolean;
        url?: string;
        coverUrl?: string;
        stillCoverUrl?: string;
    }
    Index
    id?: number
    username?: string
    displayName?: string
    developer?: boolean
    pressUser?: boolean
    url?: string
    coverUrl?: string
    stillCoverUrl?: string