mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
feat(FE-170,175): add grading data handling in RecordingForm and update types
This commit is contained in:
+4
@@ -55,6 +55,10 @@ export type RecordingEgg = {
|
||||
qty: number;
|
||||
created_by: User;
|
||||
product_warehouse: ProductWarehouse;
|
||||
gradings?: {
|
||||
grade: string;
|
||||
qty: number;
|
||||
}[];
|
||||
};
|
||||
|
||||
export type GradingEgg = {
|
||||
|
||||
Reference in New Issue
Block a user