Skip to content
This repository was archived by the owner on Jul 2, 2022. It is now read-only.

Commit e042d2e

Browse files
author
Tischa
committed
Add skill interface
1 parent cff570b commit e042d2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/src/types/Skill.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export interface ISkill {
2+
readonly id: number;
3+
name: string;
4+
}

0 commit comments

Comments
 (0)