mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 13:55:45 +00:00
refactor(FE-316, 438): Move uniformity types into shared types file
This commit is contained in:
+12
@@ -87,3 +87,15 @@ export type VerifyUniformityPayload = {
|
||||
file: File;
|
||||
week: number;
|
||||
};
|
||||
|
||||
// ==================== OTHER TYPES ====================
|
||||
export type BodyWeightData = {
|
||||
id: string;
|
||||
number: number;
|
||||
weight: number;
|
||||
status?: 'ideal' | 'outside';
|
||||
};
|
||||
|
||||
export type DetailOptionType = OptionType & {
|
||||
id: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user