Result from adding a web

interface IWebAddResult {
    data: IWebInfo;
    web: IWeb;
}

Properties

Properties

data: IWebInfo
web: IWeb