[packanges/ckan][xs] - fix type (#1016)
This commit is contained in:
parent
11f9253709
commit
91217f3256
5
.changeset/sharp-spoons-deny.md
Normal file
5
.changeset/sharp-spoons-deny.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
'@portaljs/ckan': patch
|
||||
---
|
||||
|
||||
remove optional from id in resource interface
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user