c3nav
    Preparing search index...

    Interface Location

    interface Location {
        icon: string;
        id: number;
        on_top_of: null | number;
        slug: string;
        subtitle: string;
        title: string;
        type: string;
    }
    Index

    Properties

    icon: string
    id: number
    on_top_of: null | number
    slug: string
    subtitle: string
    title: string
    type: string