UNPKG
decentrand
Version:
latest (3.21.0)
3.21.0
Decentraland CLI developer tool.
github.com/decentraland/cli
decentraland/cli
decentrand
/
dist
/
sceneJson
/
index.d.ts
4 lines
•
255 B
TypeScript
View Raw
1
2
3
4
import
{
Scene
}
from
'@dcl/schemas'
;
export
declare
function
getSceneFile
(
workingDir
:
string
,
cache
?:
boolean
):
Promise
<
Scene
>;
export
declare
function
setSceneFile
(
sceneFile
:
Scene
,
workingDir
:
string
):
Promise
<
void
>;
//# sourceMappingURL=index.d.ts.map