interface SkillSelectionFormData {
    skillGroups: Record<string, string[]>;
}

Properties

Properties

skillGroups: Record<string, string[]>

Generated using TypeDoc