@seamapi/http - v2.5.0
    Preparing search index...

    Type Alias PhonesListResponse

    Response from SeamHttpPhones.list.

    Use PhonesListRequest instead.

    type PhonesListResponse = {
        phones: Phone[];
    }
    Index
    phones: Phone[]