TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Room

    Object to hold information for a room; this is stored in client/src/data.json

    interface Room {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string

    User-friendly label of the room

    value: string

    Internal id of the room