TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Exec

    An object containing the information of an exec

    interface Exec {
        description: string;
        img: string;
        name: string;
        position: string;
    }
    Index

    Properties

    description: string

    The description of the exec

    img: string

    The image URL of the exec

    name: string

    The name of the exec

    position: string

    The postition of the exec