Home > @infiniteobjects/shopify-data-manager > AdminTypes > SegmentMembershipResponse
A list of maps that contain segmentId IDs and isMember Booleans. The maps represent segment memberships.
Signature:
export interface SegmentMembershipResponse
| Property | Modifiers | Type | Description |
|---|---|---|---|
| memberships | Array<SegmentMembership> | The membership status for the given list of segments. |