Result from updating a web

interface IWebUpdateResult {
    data: any;
    web: IWeb;
}

Properties

Properties

data: any
web: IWeb