Profession page init [AI]
This commit is contained in:
@@ -44,4 +44,14 @@ export interface ScoreVariable {
|
||||
export interface Profession extends UniqueItem {
|
||||
name: string;
|
||||
description: string;
|
||||
}
|
||||
|
||||
export interface Specialty extends UniqueItem {
|
||||
name: string;
|
||||
institution: number;
|
||||
profession: number;
|
||||
}
|
||||
|
||||
export interface Institution extends UniqueItem {
|
||||
name: string;
|
||||
}
|
||||
Reference in New Issue
Block a user