interface CustomerGroupMembership {
    createdAt: string;
    createdBy: InternalActor;
    customerGroup: CustomerGroup;
    customerGroupId: string;
    customerId: string;
    updatedAt: string;
    updatedBy: InternalActor;
    workspaceId: string;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

createdAt: string
createdBy: InternalActor
customerGroup: CustomerGroup
customerGroupId: string
customerId: string
updatedAt: string
updatedBy: InternalActor
workspaceId: string

Generated using TypeDoc