New filter panel layout at client page
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m20s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m20s
This commit is contained in:
18
src/types.ts
18
src/types.ts
@@ -110,6 +110,24 @@ export interface ClientAnalyticsItem {
|
||||
lastPurchaseDate: string;
|
||||
}
|
||||
|
||||
export interface ClientMetadataFilters {
|
||||
marketplace: string;
|
||||
canal_venda: string;
|
||||
seller: string;
|
||||
}
|
||||
|
||||
export interface ClientSellerFilterOption {
|
||||
value: string;
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export interface ClientFilterOptions {
|
||||
marketplaces: string[];
|
||||
salesChannels: string[];
|
||||
sellers: ClientSellerFilterOption[];
|
||||
}
|
||||
|
||||
export interface RfmClient {
|
||||
customerKey: string;
|
||||
clientToken: string;
|
||||
|
||||
Reference in New Issue
Block a user