jamespot-user-api
    Preparing search index...

    Type Alias WidgetCalendarContent

    type WidgetCalendarContent = {
        spotId?: number;
        view?: "list" | "month" | "day" | "group";
    }
    Index

    Properties

    Properties

    spotId?: number
    view?: "list" | "month" | "day" | "group"