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

    Interface Group

    interface Group {
        colour: string;
        has_listing: boolean;
        has_playmodes: boolean;
        id: number;
        identifier: string;
        is_probationary: boolean;
        name: string;
        playmodes: string[];
        short_name: string;
    }
    Index

    Properties

    colour: string
    has_listing: boolean
    has_playmodes: boolean
    id: number
    identifier: string
    is_probationary: boolean
    name: string
    playmodes: string[]
    short_name: string