feat: Modify api key and sales channel link to use modules and add test (#6546)
This commit is contained in:
@@ -17,6 +17,7 @@ export interface ApiKeyDTO {
|
||||
export interface FilterableApiKeyProps
|
||||
extends BaseFilterable<FilterableApiKeyProps> {
|
||||
id?: string | string[]
|
||||
token?: string | string[]
|
||||
title?: string | string[]
|
||||
type?: ApiKeyType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user