UNPKG

decentrand

Version:

Decentraland CLI developer tool.

12 lines 285 B
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