Interface IPhotoSceneProcess

interface IPhotoSceneProcess {
    Photoscene: {
        photosceneid: string;
    };
    msg: string;
}

Properties

Properties

Photoscene: {
    photosceneid: string;
}

Type declaration

  • photosceneid: string
msg: string

Generated using TypeDoc