@gouvfr-anct/lieux-de-mediation-numerique
Version:
📚 Bibliothèque pour la modélisation des lieux de médiation numérique respectant le standard du schéma de données des lieux de médiation numériques
7 lines • 409 B
TypeScript
import { ModelError } from '../../../errors';
import { FormationLabel, FormationLabelIndefini } from '../formation-label';
import { LieuMediationNumerique } from '../../lieu-mediation-numerique';
export declare class FormationLabelError extends ModelError<LieuMediationNumerique> {
constructor(formationLabel: FormationLabel | FormationLabelIndefini);
}
//# sourceMappingURL=formation-label.error.d.ts.map