Interface UpdateAddressListsPayload<T>

interface UpdateAddressListsPayload<T> {
    addressLists: iAddressListCreateObject<T>[];
}

Type Parameters

Hierarchy (view full)

Properties

Properties

addressLists: iAddressListCreateObject<T>[]