feat: Admin V2 customer group (#7000)
This commit is contained in:
@@ -6,6 +6,7 @@ import { PaginatedResponse } from "../../../common"
|
||||
export interface CustomerGroupResponse {
|
||||
id: string
|
||||
name: string | null
|
||||
customers: CustomerResponse[]
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user