UNPKG
decentrand
Version:
latest (3.21.0)
3.21.0
Decentraland CLI developer tool.
github.com/decentraland/cli
decentraland/cli
decentrand
/
dist
/
commands
/
init
/
repositories.d.ts
11 lines
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
repos
: {
scenes
: {
title
:
string
;
url
:
string
; }[];
library
:
string
;
portableExperience
:
string
;
smartItem
:
string
; };
export
default
repos;
//# sourceMappingURL=repositories.d.ts.map