feat: Modify api key and sales channel link to use modules and add test (#6546)

This commit is contained in:
Stevche Radevski
2024-03-01 10:24:50 +01:00
committed by GitHub
parent 55275f0eba
commit 196e821ff2
12 changed files with 146 additions and 17 deletions

View File

@@ -17,6 +17,7 @@ export interface ApiKeyDTO {
export interface FilterableApiKeyProps
extends BaseFilterable<FilterableApiKeyProps> {
id?: string | string[]
token?: string | string[]
title?: string | string[]
type?: ApiKeyType
}