UNPKG
decentrand
Version:
latest (3.21.0)
3.21.0
Decentraland CLI developer tool.
github.com/decentraland/cli
decentraland/cli
decentrand
/
dist
/
lib
/
content
/
types.d.ts
12 lines
•
285 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
declare
type
ContentPair
= {
file
:
string
;
hash
:
string
; };
export
declare
type
MappingsFile
= {
parcel_id
:
string
;
publisher
:
string
;
root_cid
:
string
;
contents
:
ContentPair
[];
mappings
:
Record
<
string
,
string
>; };
//# sourceMappingURL=types.d.ts.map