mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refactor(FE-212): update notes field in UpdateStaffApprovalRequestPayload for consistency
This commit is contained in:
Vendored
+1
-1
@@ -90,13 +90,13 @@ export type CreateStaffApprovalRequestPayload = {
|
||||
};
|
||||
|
||||
export type UpdateStaffApprovalRequestPayload = {
|
||||
notes?: string | null;
|
||||
items: {
|
||||
purchase_item_id: number;
|
||||
qty: number;
|
||||
price: number;
|
||||
total_price: number;
|
||||
}[];
|
||||
'notes?': string | null;
|
||||
};
|
||||
|
||||
export type CreateManagerApprovalRequestPayload = {
|
||||
|
||||
Reference in New Issue
Block a user