Alokai

WishlistCollectionResponse

Response with collection of wishlists.

interface WishlistCollectionResponse {
	data: Wishlist[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredWishlist[]Collection of the wishlists
metaRequiredMetaCollectionData about the response, including pagination and collection totals.

Referenced Types

On this page