We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be37be commit 7b46663Copy full SHA for 7b46663
src/types/stac.d.ts
@@ -90,7 +90,7 @@ export type Item = {
90
type: 'Feature';
91
properties: GenericObject;
92
links: Link[];
93
- assets: ItemAsset[];
+ assets: Record<string, ItemAsset>;
94
};
95
96
type Role = 'licensor' | 'producer' | 'processor' | 'host';
@@ -126,7 +126,7 @@ export type Collection = {
126
providers: Provider[];
127
extent: Extent;
128
129
- assets: GenericObject;
130
131
132
export type CollectionsResponse = {
0 commit comments