c3nav
    Preparing search index...

    Interface LocationType

    interface LocationType {
        name: string;
        name_plural: string;
        title: string;
        title_plural: string;
    }
    Index

    Properties

    name: string
    name_plural: string
    title: string
    title_plural: string