Interface IPhotoSceneError

interface IPhotoSceneError {
    code: number;
    msg: string;
}

Properties

Properties

code: number
msg: string

Generated using TypeDoc