- import all enums for database migrations (check constraints)
All checks were successful
CI Pipeline / japa-tests (push) Successful in 55s

- npm updates
This commit is contained in:
Kaimbacher 2023-09-11 16:10:37 +02:00
parent 6fa22aad9b
commit 3ea2e8ca94
7 changed files with 212 additions and 76 deletions

View file

@ -101,3 +101,12 @@ export enum RelationTypes {
Compiles = 'Compiles',
IsVariantFormOf = 'IsVariantFormOf',
}
export enum IdentifierTypes {
doi = 'doi',
handle = 'handle',
isbn = 'isbn',
issn = 'issn',
url = 'url',
urn = 'urn',
}