@urixen/ptero-connect
    Preparing search index...

    Interface Location

    Represents a geographical location for a node.

    interface Location {
        attributes: {
            created_at: string;
            id: number;
            long: string;
            short: string;
            updated_at: string;
        };
        object: "location";
    }
    Index

    Properties

    Properties

    attributes: {
        created_at: string;
        id: number;
        long: string;
        short: string;
        updated_at: string;
    }
    object: "location"