[packanges/ckan][xs] - fix type
This commit is contained in:
parent
c09c78b015
commit
38febe2f60
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;
|
description?: string;
|
||||||
format?: string;
|
format?: string;
|
||||||
hash?: string;
|
hash?: string;
|
||||||
id?: string;
|
id: string;
|
||||||
last_modified?: string;
|
last_modified?: string;
|
||||||
metadata_modified?: string;
|
metadata_modified?: string;
|
||||||
mimetype?: string;
|
mimetype?: string;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user