Interface IPhotoSceneProgress

interface IPhotoSceneProgress {
    photosceneid: string;
    progress: string;
    progressmsg: string;
}

Properties

photosceneid: string
progress: string
progressmsg: string

Generated using TypeDoc