mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
refactor(FE-316): Rename CreateUniformityPayload to
VerifyUniformityPayload
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ export type Uniformity = BaseMetadata & {
|
||||
uniformity: number;
|
||||
};
|
||||
|
||||
export type CreateUniformityPayload = {
|
||||
export type VerifyUniformityPayload = {
|
||||
date: string;
|
||||
project_flock_kandang_id: number;
|
||||
files: File;
|
||||
|
||||
Reference in New Issue
Block a user