Interface IPhotoScene

interface IPhotoScene {
    Photoscene: {
        photosceneid: string;
    };
}

Properties

Properties

Photoscene: {
    photosceneid: string;
}

Type declaration

  • photosceneid: string

Generated using TypeDoc