mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: adjust MarketingFilter type
This commit is contained in:
+5
@@ -95,10 +95,15 @@ export type Marketing = BaseMetadata & BaseMarketing;
|
||||
*/
|
||||
export type MarketingFilter = {
|
||||
product_ids: number[];
|
||||
product_names: string[];
|
||||
status: string;
|
||||
status_name: string;
|
||||
customer_id: number;
|
||||
customer_name: string;
|
||||
project_flock_id?: number;
|
||||
project_flock_name?: string;
|
||||
project_flock_kandang_id?: number;
|
||||
project_flock_kandang_name?: string;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user