mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
feat: create PurchaseFilter type
This commit is contained in:
Vendored
+6
@@ -144,3 +144,9 @@ export type DeletePurchaseRequestItemPayload = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type UpdatePurchaseRequestPayload = CreatePurchaseRequestPayload;
|
export type UpdatePurchaseRequestPayload = CreatePurchaseRequestPayload;
|
||||||
|
|
||||||
|
export type PurchaseFilter = {
|
||||||
|
poDate: string;
|
||||||
|
category: string[];
|
||||||
|
status: string[];
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user