Interface MapPackageRealtimeAdvertisement

interface MapPackageRealtimeAdvertisement {
    channel?: string;
    fallback?: MapPackageRealtimeFallbackMode;
    href?: string;
    path?: string;
    staleAfterMs?: number;
    transport?: string;
    url?: string;
    withCredentials?: boolean;
}

Properties

channel?: string
href?: string
path?: string
staleAfterMs?: number
transport?: string
url?: string
withCredentials?: boolean