- renamings to the new naming convetion for adonisjs version 6
Some checks failed
CI Pipeline / japa-tests (push) Failing after 58s
Some checks failed
CI Pipeline / japa-tests (push) Failing after 58s
- npm updates
This commit is contained in:
parent
bee76f8d5b
commit
a29865b781
53 changed files with 701 additions and 731 deletions
|
@ -19,7 +19,10 @@ export interface Role {
|
|||
created_at: DateTime;
|
||||
updated_at: DateTime;
|
||||
}
|
||||
|
||||
export interface License {
|
||||
id: any;
|
||||
// Add other properties as needed
|
||||
}
|
||||
export interface Dataset {
|
||||
[key: string]:
|
||||
| string
|
||||
|
@ -33,9 +36,10 @@ export interface Dataset {
|
|||
| Coverage
|
||||
| Array<DatasetReference>
|
||||
| Array<File>
|
||||
| (Array<number> | Array<Object>);
|
||||
| (Array<number> | Array<License>)
|
||||
| Array<TethysFile>;
|
||||
language: string;
|
||||
licenses: Array<number> | Array<Object>;
|
||||
licenses: Array<number> | Array<License>;
|
||||
rights: boolean;
|
||||
type: string;
|
||||
creating_corporation: string;
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue