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

    Interface AllocationList

    Represents a list of allocations.

    interface AllocationList {
        data: Allocation[];
        object: "list";
    }
    Index

    Properties

    Properties

    data: Allocation[]
    object: "list"