TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Club

    An object containing the information for a club

    interface Club {
        advised: boolean;
        committees: Committee[];
        coverImg: string;
        coverImgThumbnail: string;
        description: string;
        execs: Exec[];
        id: string;
        links: string[];
        name: string;
    }
    Index

    Properties

    advised: boolean

    True if an advised club, otherwise false for independent club

    committees: Committee[]

    Array of committee objects

    coverImg: string

    URL of the full-sized cover image

    coverImgThumbnail: string

    URL of cover image thumbnail

    description: string

    Description of the club

    execs: Exec[]

    Array of exec objects

    id: string

    The unique UUIDv4 for the club

    links: string[]

    Links related to the club

    name: string

    The name of the club