UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

14 lines (13 loc) 347 B
import { File360TourHotSpotModel } from "./file360TourHotSpotModel"; export declare class File360TourScenesModel { guid: string; title: string; hfov: number; pitch: number; yaw: number; type: string; linkFileId: number; panorama: string; preview: string; hotSpots: File360TourHotSpotModel[]; }