TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Feedback

    An object containing a specific feedback object

    interface Feedback {
        feedback: string;
        id: string;
        name: string;
        time: number;
    }
    Index

    Properties

    Properties

    feedback: string

    The actual feedback, as a string

    id: string

    The unique UUIDv4 for the feedback

    name: string

    The name of the user who submitted the feedback (optional)

    time: number

    The time that the feedback was submitted