interface FilteredEventView {
    description: string;
    endTime: number;
    eventId: string;
    eventType: PUBLIC_EVENT_TYPE;
    isAsync: boolean;
    isPro: boolean;
    locations: Location[];
    mapImageUrl?: string;
    name: string;
    points: number;
    sponsor?: string;
    startTime: number;
}

Properties

description: string
endTime: number
eventId: string
isAsync: boolean
isPro: boolean
locations: Location[]
mapImageUrl?: string
name: string
points: number
sponsor?: string
startTime: number

Generated using TypeDoc