UNPKG

spacesvr-websessions

Version:

A standardized reality for future of the 3D Web

10 lines (9 loc) 171 B
import { World } from "./world"; export declare class Site { id: string; slug: string; name: string; owner: number; world: World; constructor(); }