feat(formation): ajout de la page formation #7
Annotations
10 errors
typecheck
Argument of type '"[GET]/formation/:cfd"' is not assignable to parameter of type '"[GET]/maintenance" | "[GET]/auth/check-activation-token" | "[POST]/auth/activate" | "[POST]/auth/login" | "[POST]/auth/logout" | "[POST]/auth/send-reset-password" | "[POST]/auth/reset-password" | ... 79 more ... | "[PUT]/intention/:numero/files"'.
|
typecheck
Type '{ cfd: string; }' is not assignable to type 'undefined'.
|
typecheck
Type '{ codeRegion: string | undefined; codeAcademie: string | undefined; codeDepartement: string | undefined; }' is not assignable to type 'undefined'.
|
typecheck
Argument of type '"[GET]/formation/:cfd/map"' is not assignable to parameter of type '"[GET]/maintenance" | "[GET]/auth/check-activation-token" | "[POST]/auth/activate" | "[POST]/auth/login" | "[POST]/auth/logout" | "[POST]/auth/send-reset-password" | "[POST]/auth/reset-password" | ... 79 more ... | "[PUT]/intention/:numero/files"'.
|
typecheck
Type '{ cfd: string; }' is not assignable to type 'undefined'.
|
typecheck
Type '{ codeRegion: string | undefined; codeAcademie: string | undefined; codeDepartement: string | undefined; mapHeight: number; mapWidth: number; orderBy: EtablissementsOrderBy; }' is not assignable to type 'undefined'.
|
typecheck
Property 'bbox' does not exist on type '{ valid: true; } | { user: { id: string; email: string; role?: "region" | "admin" | "pilote" | "admin_region" | "pilote_region" | "gestionnaire_region" | "expert_region" | "perdir" | "invite" | undefined; codeRegion?: string | undefined; uais?: string[] | undefined; }; } | ... 65 more ... | { ...; }[]'.
|
typecheck
Property 'bbox' does not exist on type '{ valid: true; } | { user: { id: string; email: string; role?: "region" | "admin" | "pilote" | "admin_region" | "pilote_region" | "gestionnaire_region" | "expert_region" | "perdir" | "invite" | undefined; codeRegion?: string | undefined; uais?: string[] | undefined; }; } | ... 65 more ... | { ...; }[]'.
|
typecheck
Property 'etablissements' does not exist on type '{ valid: true; } | { user: { id: string; email: string; role?: "region" | "admin" | "pilote" | "admin_region" | "pilote_region" | "gestionnaire_region" | "expert_region" | "perdir" | "invite" | undefined; codeRegion?: string | undefined; uais?: string[] | undefined; }; } | ... 65 more ... | { ...; }[]'.
|
typecheck
Argument of type '"[GET]/formation/:cfd"' is not assignable to parameter of type '"[GET]/maintenance" | "[GET]/auth/check-activation-token" | "[POST]/auth/activate" | "[POST]/auth/login" | "[POST]/auth/logout" | "[POST]/auth/send-reset-password" | "[POST]/auth/reset-password" | ... 79 more ... | "[PUT]/intention/:numero/files"'.
|
Loading