forked from geolba/tethys.backend
- add key word table for submitter with adeqate validations ind DatasetController.ts an model Subject.ts
- npm updates
This commit is contained in:
parent
43fd349301
commit
440fdb9fa7
8 changed files with 657 additions and 324 deletions
|
@ -16,6 +16,15 @@ export interface Dataset {
|
|||
coverage: Coverage,
|
||||
errors?: IErrorMessage;
|
||||
// async (user): Promise<void>;
|
||||
subjects: Array<Subject>
|
||||
}
|
||||
|
||||
export interface Subject {
|
||||
// id: number;
|
||||
language: string
|
||||
type: string;
|
||||
value: string;
|
||||
external_key?: string;
|
||||
}
|
||||
|
||||
export interface Title {
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue