mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Format type definition for readability
This commit is contained in:
@@ -14,4 +14,6 @@ export const ProjectFlockFilterSchema = yup.object({
|
|||||||
category: yup.string().nullable(),
|
category: yup.string().nullable(),
|
||||||
});
|
});
|
||||||
|
|
||||||
export type ProjectFlockFilterValues = yup.InferType<typeof ProjectFlockFilterSchema>;
|
export type ProjectFlockFilterValues = yup.InferType<
|
||||||
|
typeof ProjectFlockFilterSchema
|
||||||
|
>;
|
||||||
|
|||||||
Reference in New Issue
Block a user