interface IWebInfo {
    AlternateCssUrl: string;
    AppInstanceId: string;
    ClassicWelcomePage: string;
    Configuration: number;
    Created: string;
    CurrentChangeToken: {
        StringValue: string;
    };
    CustomMasterUrl: string;
    Description: string;
    DesignPackageId: string;
    DocumentLibraryCalloutOfficeWebAppPreviewersDisabled: boolean;
    EnableMinimalDownload: boolean;
    FooterEmphasis: number;
    FooterEnabled: boolean;
    FooterLayout: number;
    HeaderEmphasis: number;
    HeaderLayout: number;
    HorizontalQuickLaunch: boolean;
    Id: string;
    IsHomepageModernized: boolean;
    IsMultilingual: boolean;
    IsRevertHomepageLinkHidden: boolean;
    Language: number;
    LastItemModifiedDate: string;
    LastItemUserModifiedDate: string;
    MasterUrl: string;
    MegaMenuEnabled: boolean;
    NavAudienceTargetingEnabled: boolean;
    NoCrawl: boolean;
    ObjectCacheEnabled: boolean;
    OverwriteTranslationsOnChange: boolean;
    QuickLaunchEnabled: boolean;
    RecycleBinEnabled: boolean;
    ResourcePath: {
        DecodedUrl: string;
    };
    SearchScope: number;
    ServerRelativeUrl: string;
    SiteLogoUrl: string;
    SyndicationEnabled: boolean;
    TenantAdminMembersCanShare: number;
    Title: string;
    TreeViewEnabled: boolean;
    UIVersion: number;
    UIVersionConfigurationEnabled: boolean;
    Url: string;
    WebTemplate: string;
    WelcomePage: string;
}

Properties

AlternateCssUrl: string
AppInstanceId: string
ClassicWelcomePage: string
Configuration: number
Created: string
CurrentChangeToken: {
    StringValue: string;
}
CustomMasterUrl: string
Description: string
DesignPackageId: string
DocumentLibraryCalloutOfficeWebAppPreviewersDisabled: boolean
EnableMinimalDownload: boolean
FooterEmphasis: number
FooterEnabled: boolean
FooterLayout: number
HeaderEmphasis: number
HeaderLayout: number
HorizontalQuickLaunch: boolean
Id: string
IsHomepageModernized: boolean
IsMultilingual: boolean
IsRevertHomepageLinkHidden: boolean
Language: number
LastItemModifiedDate: string
LastItemUserModifiedDate: string
MasterUrl: string
MegaMenuEnabled: boolean
NavAudienceTargetingEnabled: boolean
NoCrawl: boolean
ObjectCacheEnabled: boolean
OverwriteTranslationsOnChange: boolean
QuickLaunchEnabled: boolean
RecycleBinEnabled: boolean
ResourcePath: {
    DecodedUrl: string;
}
SearchScope: number
ServerRelativeUrl: string
SiteLogoUrl: string
SyndicationEnabled: boolean
TenantAdminMembersCanShare: number
Title: string
TreeViewEnabled: boolean
UIVersion: number
UIVersionConfigurationEnabled: boolean
Url: string
WebTemplate: string
WelcomePage: string