Web: ZodObject<{
    AlternateCssUrl: ZodString;
    AppInstanceId: ZodString;
    ClassicWelcomePage: ZodNullable<ZodString>;
    Configuration: ZodNumber;
    Created: ZodString;
    CurrentChangeToken: ZodObject<{
        StringValue: ZodString;
    }, "strip", ZodTypeAny, {
        StringValue?: string;
    }, {
        StringValue?: string;
    }>;
    CustomMasterUrl: ZodString;
    Description: ZodString;
    DesignPackageId: ZodString;
    DocumentLibraryCalloutOfficeWebAppPreviewersDisabled: ZodBoolean;
    EnableMinimalDownload: ZodBoolean;
    FooterEmphasis: ZodNumber;
    FooterEnabled: ZodBoolean;
    FooterLayout: ZodNumber;
    HeaderEmphasis: ZodNumber;
    HeaderLayout: ZodNumber;
    HorizontalQuickLaunch: ZodBoolean;
    Id: ZodString;
    IsHomepageModernized: ZodBoolean;
    IsMultilingual: ZodBoolean;
    IsRevertHomepageLinkHidden: ZodBoolean;
    Language: ZodNumber;
    LastItemModifiedDate: ZodString;
    LastItemUserModifiedDate: ZodString;
    MasterUrl: ZodString;
    MegaMenuEnabled: ZodBoolean;
    NavAudienceTargetingEnabled: ZodBoolean;
    NoCrawl: ZodBoolean;
    ObjectCacheEnabled: ZodBoolean;
    OverwriteTranslationsOnChange: ZodBoolean;
    QuickLaunchEnabled: ZodBoolean;
    RecycleBinEnabled: ZodBoolean;
    ResourcePath: ZodObject<{
        DecodedUrl: ZodString;
    }, "strip", ZodTypeAny, {
        DecodedUrl?: string;
    }, {
        DecodedUrl?: string;
    }>;
    SearchScope: ZodNumber;
    ServerRelativeUrl: ZodString;
    SiteLogoUrl: ZodNullable<ZodString>;
    SyndicationEnabled: ZodBoolean;
    TenantAdminMembersCanShare: ZodNumber;
    Title: ZodString;
    TreeViewEnabled: ZodBoolean;
    UIVersion: ZodNumber;
    UIVersionConfigurationEnabled: ZodBoolean;
    Url: ZodString;
    WebTemplate: ZodString;
    WelcomePage: ZodString;
}, "strip", ZodTypeAny, {
    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;
}, {
    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;
}> = ...