mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
feat(FE-316): Save and preview uniformity verification
This commit is contained in:
+4
@@ -23,3 +23,7 @@ export type VerifyUniformityPayload = {
|
||||
project_flock_kandang_id: number;
|
||||
files: File;
|
||||
};
|
||||
|
||||
export type VerifyUniformityResponse = {
|
||||
body_weights: number[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user