c3nav
    Preparing search index...

    Interface Updates

    interface Updates {
        last_map_update: string;
        last_site_update: number | null;
        user_data?: Record<string, unknown> | null;
    }
    Index

    Properties

    last_map_update: string
    last_site_update: number | null
    user_data?: Record<string, unknown> | null