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

    Type Alias AllocationsList

    type AllocationsList = {
        data: {
            attributes: {
                id: number;
                ip: string;
                ip_alias: string | null;
                is_default: boolean;
                notes: string | null;
                port: number;
            };
            object: "allocation";
        }[];
        object: "list";
    }
    Index

    Properties

    Properties

    data: {
        attributes: {
            id: number;
            ip: string;
            ip_alias: string | null;
            is_default: boolean;
            notes: string | null;
            port: number;
        };
        object: "allocation";
    }[]
    object: "list"