feat: Admin V2 customer group (#7000)

This commit is contained in:
Oli Juhl
2024-04-09 12:32:27 +02:00
committed by GitHub
parent dbddfc12ed
commit 3882cac622
43 changed files with 583 additions and 309 deletions
@@ -6,6 +6,7 @@ import { PaginatedResponse } from "../../../common"
export interface CustomerGroupResponse {
id: string
name: string | null
customers: CustomerResponse[]
}
/**