Interface Location

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

Properties

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

Generated using TypeDoc