🦜
Size: a a a
🦜
🦜
🦜
YK
YK
Ж
YK
L
Ж
🦜
IK
V
IK
B
C☭
YK
export interface ChFiche {
id?: string;
title?: TranslatedString;
description?: TranslatedString;
occupations: Occupation[];
competences: Competence[];
prerequisiteIds: string[];
softskillIds: string[];
workEnvironmentIds: string[];
}
function transformFiche(fiche: ChFiche){}
KA
export interface ChFiche {
id?: string;
title?: TranslatedString;
description?: TranslatedString;
occupations: Occupation[];
competences: Competence[];
prerequisiteIds: string[];
softskillIds: string[];
workEnvironmentIds: string[];
}
function transformFiche(fiche: ChFiche){}
C☭
export interface ChFiche {
id?: string;
title?: TranslatedString;
description?: TranslatedString;
occupations: Occupation[];
competences: Competence[];
prerequisiteIds: string[];
softskillIds: string[];
workEnvironmentIds: string[];
}
function transformFiche(fiche: ChFiche){}
C☭
YK