pterowraptyl
    Preparing search index...

    Interface LocationRelationships

    interface LocationRelationships {
        nodes?: {
            data: {
                attributes: {
                    fqdn: string;
                    id: number;
                    name: string;
                    public: boolean;
                };
                object: "node";
            }[];
            object: "list";
        };
    }
    Index

    Properties

    Properties

    nodes?: {
        data: {
            attributes: { fqdn: string; id: number; name: string; public: boolean };
            object: "node";
        }[];
        object: "list";
    }