fix(frontend): remove unused IDynamicProps property

This commit is contained in:
yassinedorbozgithub 2025-06-21 10:36:14 +01:00
parent 0e3187c844
commit ced3ecbd7a

View File

@ -225,7 +225,6 @@ export type TAllowedFormat<T extends keyof IEntityMapTypes> = {
export interface IDynamicProps {
entity: keyof IEntityMapTypes;
format?: Format;
route?: keyof IEntityMapTypes;
}
export interface IFindConfigProps {