mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 05:45:46 +00:00
fix(FE): fixing pixel perfect marketing table
This commit is contained in:
+9
@@ -82,6 +82,15 @@ export type MarketingDeliveryProducts = {
|
||||
|
||||
export type Marketing = BaseMetadata & BaseMarketing;
|
||||
|
||||
/**
|
||||
* Filter Data Types
|
||||
*/
|
||||
export type MarketingFilter = {
|
||||
product_ids: number[];
|
||||
status: string;
|
||||
customer_id: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* Base Data Payload
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user