Skip to content

Commit f6173fd

Browse files
committed
updated model
1 parent 110f24a commit f6173fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manfred-common/src/model/manfred-schema.model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,6 @@ export interface Role {
398398
*/
399399
export interface Competence {
400400
name: string;
401-
type?: 'tool' | 'technology' | 'practice' | 'hardware' | 'domain';
401+
type: 'tool' | 'technology' | 'practice' | 'hardware' | 'domain';
402402
description?: string;
403403
}

0 commit comments

Comments
 (0)