refactor(FE-Storyless): remove UpdateMovementPayload type and related schema, streamline MovementForm handling

This commit is contained in:
rstubryan
2025-11-01 10:43:43 +07:00
parent 393f8a6d1b
commit f70433d901
5 changed files with 36 additions and 162 deletions
-2
View File
@@ -71,5 +71,3 @@ export type CreateMovementPayload = {
}[];
}[];
};
export type UpdateMovementPayload = CreateMovementPayload;