Compare commits

...

1 Commits

Author SHA1 Message Date
Luccas Mateus
38febe2f60 [packanges/ckan][xs] - fix type 2023-08-24 16:04:12 -03:00
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
'@portaljs/ckan': patch
---
remove optional from id in resource interface

View File

@ -41,7 +41,7 @@ export interface Resource {
description?: string;
format?: string;
hash?: string;
id?: string;
id: string;
last_modified?: string;
metadata_modified?: string;
mimetype?: string;