TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Committee

    An object containing the information of a committee

    interface Committee {
        description: string;
        heads: string[];
        links: string[];
        name: string;
    }
    Index

    Properties

    description: string

    The description for the committee

    heads: string[]

    The names of the committee heads

    links: string[]

    List of links

    name: string

    The name of the committee