TAMS Club Calendar Frontend Documentation
    Preparing search index...

    Interface Volunteering

    An object containing the information for a volunteering opportunity

    interface Volunteering {
        club: string;
        description: string;
        filters: Filters;
        id: string;
        name: string;
    }
    Index

    Properties

    club: string

    The club name that is offering the volunteering opportunity

    description: string

    Description of the volunteering opportunity

    filters: Filters

    Object used for filtering volunteering opportunities

    id: string

    The unique UUIDv4 for the volunteering opportunity

    name: string

    The name of the volunteering opportunity