CreateProjectResponse: ZodObject<{
    node: ZodObject<extendShape<{
        create_dt: ZodNumber;
        id: ZodString;
        name: ZodString;
        token: ZodString;
        type: ZodString;
        update_dt: ZodNumber;
        userGroup: ZodArray<ZodString, "many">;
    }, {
        meta: ZodObject<Pick<{
            alias: ZodOptional<ZodString>;
            assignee: ZodOptional<ZodString>;
            author: ZodOptional<ZodString>;
            buisnessPhones: ZodOptional<ZodString>;
            category: ZodOptional<ZodString>;
            children: ZodOptional<ZodArray<ZodAny, "many">>;
            completeness: ZodOptional<ZodNumber>;
            consistant: ZodOptional<ZodNumber>;
            consistency: ZodOptional<ZodString>;
            content: ZodOptional<ZodString>;
            correctness: ZodOptional<ZodNumber>;
            dataQuality: ZodOptional<ZodString>;
            dateModified: ZodOptional<ZodString>;
            dateModifiedValue: ZodOptional<ZodNumber>;
            dbStatus: ZodOptional<ZodString>;
            default: ZodOptional<ZodBoolean>;
            description: ZodEffects<ZodNullable<ZodString>, string | (...)[], string>;
            email: ZodOptional<ZodString>;
            endDate: ZodOptional<ZodString>;
            estimateCost: ZodOptional<ZodString>;
            estimateTime: ZodOptional<ZodString>;
            extension: ZodOptional<ZodString>;
            external: ZodEffects<ZodNullable<ZodObject<(...), (...), (...), (...), (...)>>, any, {
                excel?: {
                    token?: ...;
                };
                graph365?: {
                    id?: ...;
                    url?: ...;
                };
                jira?: {
                    id?: ...;
                    url?: ...;
                };
                relatics?: {
                    id?: ...;
                    url?: ...;
                };
                sharepoint?: {
                    id?: ...;
                    url?: ...;
                };
                testlink?: {
                    id?: ...;
                    url?: ...;
                };
            }>;
            fileSize: ZodOptional<ZodNumber>;
            fileSizeRaw: ZodOptional<ZodNumber>;
            fileType: ZodOptional<ZodString>;
            first_name: ZodOptional<ZodString>;
            groups: ZodOptional<ZodString>;
            itemPath: ZodOptional<ZodString>;
            jobTitle: ZodOptional<ZodString>;
            key: ZodOptional<ZodString>;
            last_name: ZodOptional<ZodString>;
            linkItem: ZodOptional<ZodString>;
            liveview: ZodOptional<ZodString>;
            metatag: ZodOptional<ZodArray<ZodString, "many">>;
            mimeType: ZodOptional<ZodString>;
            modifiedBy: ZodOptional<ZodString>;
            modile: ZodOptional<ZodString>;
            officeLocaltion: ZodOptional<ZodString>;
            path: ZodEffects<ZodNullable<ZodArray<(...), (...)>>, any, string[]>;
            preferredLanguage: ZodOptional<ZodString>;
            project_id: ZodOptional<ZodString>;
            projectStatus: ZodOptional<ZodString>;
            rat: ZodOptional<ZodObject<{
                numericQuality: ...;
                qualityDate: ...;
                qualityLevel: ...;
                qualitySummary: ...;
            }, "strip", ZodTypeAny, {
                numericQuality?: ...;
                qualityDate?: ...;
                qualityLevel?: ...;
                qualitySummary?: ...;
            }, {
                numericQuality?: ...;
                qualityDate?: ...;
                qualityLevel?: ...;
                qualitySummary?: ...;
            }>>;
            ref_extern: ZodEffects<ZodNullable<ZodString>, string | (...)[], string>;
            register_dt: ZodOptional<ZodNumber>;
            remark: ZodOptional<ZodString>;
            resolve_dt: ZodOptional<ZodNumber>;
            site: ZodOptional<ZodObject<{
                id: ...;
                url: ...;
            }, "strip", ZodTypeAny, {
                id?: ...;
                url?: ...;
            }, {
                id?: ...;
                url?: ...;
            }>>;
            startDate: ZodOptional<ZodString>;
            status: ZodOptional<ZodString>;
            tags: ZodOptional<ZodArray<ZodString, "many">>;
            type: ZodOptional<ZodString>;
            url: ZodOptional<ZodString>;
            userPrincipalName: ZodOptional<ZodString>;
            validationType: ZodOptional<ZodString>;
            value: ZodOptional<ZodString>;
            views: ZodOptional<ZodObject<{
                bubble: ...;
                forceDirectedTree: ...;
                listView: ...;
            }, "strip", ZodTypeAny, {
                bubble?: ...;
                forceDirectedTree?: ...;
                listView?: ...;
            }, {
                bubble?: ...;
                forceDirectedTree?: ...;
                listView?: ...;
            }>>;
        },
            | "status"
            | "path"
            | "description"
            | "ref_extern"
            | "external"
            | "category"
            | "site">, "strip", ZodTypeAny, {
            category?: string;
            description?: string | string[];
            external?: any;
            path?: any;
            ref_extern?: string | string[];
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        }, {
            category?: string;
            description?: string;
            external?: {
                excel?: {
                    token?: string;
                };
                graph365?: {
                    id?: string;
                    url?: string;
                };
                jira?: {
                    id?: string;
                    url?: string;
                };
                relatics?: {
                    id?: string;
                    url?: string;
                };
                sharepoint?: {
                    id?: string;
                    url?: string;
                };
                testlink?: {
                    id?: string;
                    url?: string;
                };
            };
            path?: string[];
            ref_extern?: string;
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        }>;
        type: ZodLiteral<"project">;
    }>, "strip", ZodTypeAny, {
        create_dt?: number;
        id?: string;
        meta?: {
            category?: string;
            description?: string | string[];
            external?: any;
            path?: any;
            ref_extern?: string | string[];
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        };
        name?: string;
        token?: string;
        type?: "project";
        update_dt?: number;
        userGroup?: string[];
    }, {
        create_dt?: number;
        id?: string;
        meta?: {
            category?: string;
            description?: string;
            external?: {
                excel?: {
                    token?: string;
                };
                graph365?: {
                    id?: string;
                    url?: string;
                };
                jira?: {
                    id?: string;
                    url?: string;
                };
                relatics?: {
                    id?: string;
                    url?: string;
                };
                sharepoint?: {
                    id?: string;
                    url?: string;
                };
                testlink?: {
                    id?: string;
                    url?: string;
                };
            };
            path?: string[];
            ref_extern?: string;
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        };
        name?: string;
        token?: string;
        type?: "project";
        update_dt?: number;
        userGroup?: string[];
    }>;
    site: ZodObject<{
        AllowCreateDeclarativeWorkflow: ZodBoolean;
        AllowDesigner: ZodBoolean;
        AllowMasterPageEditing: ZodBoolean;
        AllowRevertFromTemplate: ZodBoolean;
        AllowSaveDeclarativeWorkflowAsTemplate: ZodBoolean;
        AllowSavePublishDeclarativeWorkflow: ZodBoolean;
        AllowSelfServiceUpgrade: ZodBoolean;
        AllowSelfServiceUpgradeEvaluation: ZodBoolean;
        AuditLogTrimmingRetention: ZodNumber;
        ChannelGroupId: ZodString;
        Classification: ZodString;
        CompatibilityLevel: ZodNumber;
        CurrentChangeToken: ZodObject<{
            StringValue: ZodString;
        }, "strip", ZodTypeAny, {
            StringValue?: string;
        }, {
            StringValue?: string;
        }>;
        DisableAppViews: ZodBoolean;
        DisableCompanyWideSharingLinks: ZodBoolean;
        DisableFlows: ZodBoolean;
        ExternalSharingTipsEnabled: ZodBoolean;
        GeoLocation: ZodString;
        GroupId: ZodString;
        HubSiteId: ZodString;
        Id: ZodString;
        IsHubSite: ZodBoolean;
        LockIssue: ZodNullable<ZodString>;
        MaxItemsPerThrottledOperation: ZodNumber;
        MediaTranscriptionDisabled: ZodBoolean;
        NeedsB2BUpgrade: ZodBoolean;
        PrimaryUri: ZodString;
        ReadOnly: ZodBoolean;
        RequiredDesignerVersion: ZodString;
        ResourcePath: ZodObject<{
            DecodedUrl: ZodString;
        }, "strip", ZodTypeAny, {
            DecodedUrl?: string;
        }, {
            DecodedUrl?: string;
        }>;
        SandboxedCodeActivationCapability: ZodNumber;
        SensitivityLabel: ZodString;
        SensitivityLabelId: ZodNullable<ZodString>;
        ServerRelativeUrl: ZodString;
        ShareByEmailEnabled: ZodBoolean;
        ShareByLinkEnabled: ZodBoolean;
        ShowUrlStructure: ZodBoolean;
        TrimAuditLog: ZodBoolean;
        UIVersionConfigurationEnabled: ZodBoolean;
        UpgradeReminderDate: ZodString;
        UpgradeScheduled: ZodBoolean;
        UpgradeScheduledDate: ZodString;
        Upgrading: ZodBoolean;
        Url: ZodString;
        WriteLocked: ZodBoolean;
    }, "strip", ZodTypeAny, {
        AllowCreateDeclarativeWorkflow?: boolean;
        AllowDesigner?: boolean;
        AllowMasterPageEditing?: boolean;
        AllowRevertFromTemplate?: boolean;
        AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
        AllowSavePublishDeclarativeWorkflow?: boolean;
        AllowSelfServiceUpgrade?: boolean;
        AllowSelfServiceUpgradeEvaluation?: boolean;
        AuditLogTrimmingRetention?: number;
        ChannelGroupId?: string;
        Classification?: string;
        CompatibilityLevel?: number;
        CurrentChangeToken?: {
            StringValue?: string;
        };
        DisableAppViews?: boolean;
        DisableCompanyWideSharingLinks?: boolean;
        DisableFlows?: boolean;
        ExternalSharingTipsEnabled?: boolean;
        GeoLocation?: string;
        GroupId?: string;
        HubSiteId?: string;
        Id?: string;
        IsHubSite?: boolean;
        LockIssue?: string;
        MaxItemsPerThrottledOperation?: number;
        MediaTranscriptionDisabled?: boolean;
        NeedsB2BUpgrade?: boolean;
        PrimaryUri?: string;
        ReadOnly?: boolean;
        RequiredDesignerVersion?: string;
        ResourcePath?: {
            DecodedUrl?: string;
        };
        SandboxedCodeActivationCapability?: number;
        SensitivityLabel?: string;
        SensitivityLabelId?: string;
        ServerRelativeUrl?: string;
        ShareByEmailEnabled?: boolean;
        ShareByLinkEnabled?: boolean;
        ShowUrlStructure?: boolean;
        TrimAuditLog?: boolean;
        UIVersionConfigurationEnabled?: boolean;
        UpgradeReminderDate?: string;
        UpgradeScheduled?: boolean;
        UpgradeScheduledDate?: string;
        Upgrading?: boolean;
        Url?: string;
        WriteLocked?: boolean;
    }, {
        AllowCreateDeclarativeWorkflow?: boolean;
        AllowDesigner?: boolean;
        AllowMasterPageEditing?: boolean;
        AllowRevertFromTemplate?: boolean;
        AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
        AllowSavePublishDeclarativeWorkflow?: boolean;
        AllowSelfServiceUpgrade?: boolean;
        AllowSelfServiceUpgradeEvaluation?: boolean;
        AuditLogTrimmingRetention?: number;
        ChannelGroupId?: string;
        Classification?: string;
        CompatibilityLevel?: number;
        CurrentChangeToken?: {
            StringValue?: string;
        };
        DisableAppViews?: boolean;
        DisableCompanyWideSharingLinks?: boolean;
        DisableFlows?: boolean;
        ExternalSharingTipsEnabled?: boolean;
        GeoLocation?: string;
        GroupId?: string;
        HubSiteId?: string;
        Id?: string;
        IsHubSite?: boolean;
        LockIssue?: string;
        MaxItemsPerThrottledOperation?: number;
        MediaTranscriptionDisabled?: boolean;
        NeedsB2BUpgrade?: boolean;
        PrimaryUri?: string;
        ReadOnly?: boolean;
        RequiredDesignerVersion?: string;
        ResourcePath?: {
            DecodedUrl?: string;
        };
        SandboxedCodeActivationCapability?: number;
        SensitivityLabel?: string;
        SensitivityLabelId?: string;
        ServerRelativeUrl?: string;
        ShareByEmailEnabled?: boolean;
        ShareByLinkEnabled?: boolean;
        ShowUrlStructure?: boolean;
        TrimAuditLog?: boolean;
        UIVersionConfigurationEnabled?: boolean;
        UpgradeReminderDate?: string;
        UpgradeScheduled?: boolean;
        UpgradeScheduledDate?: string;
        Upgrading?: boolean;
        Url?: string;
        WriteLocked?: boolean;
    }>;
}, "strip", ZodTypeAny, {
    node?: {
        create_dt?: number;
        id?: string;
        meta?: {
            category?: string;
            description?: string | string[];
            external?: any;
            path?: any;
            ref_extern?: string | string[];
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        };
        name?: string;
        token?: string;
        type?: "project";
        update_dt?: number;
        userGroup?: string[];
    };
    site?: {
        AllowCreateDeclarativeWorkflow?: boolean;
        AllowDesigner?: boolean;
        AllowMasterPageEditing?: boolean;
        AllowRevertFromTemplate?: boolean;
        AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
        AllowSavePublishDeclarativeWorkflow?: boolean;
        AllowSelfServiceUpgrade?: boolean;
        AllowSelfServiceUpgradeEvaluation?: boolean;
        AuditLogTrimmingRetention?: number;
        ChannelGroupId?: string;
        Classification?: string;
        CompatibilityLevel?: number;
        CurrentChangeToken?: {
            StringValue?: string;
        };
        DisableAppViews?: boolean;
        DisableCompanyWideSharingLinks?: boolean;
        DisableFlows?: boolean;
        ExternalSharingTipsEnabled?: boolean;
        GeoLocation?: string;
        GroupId?: string;
        HubSiteId?: string;
        Id?: string;
        IsHubSite?: boolean;
        LockIssue?: string;
        MaxItemsPerThrottledOperation?: number;
        MediaTranscriptionDisabled?: boolean;
        NeedsB2BUpgrade?: boolean;
        PrimaryUri?: string;
        ReadOnly?: boolean;
        RequiredDesignerVersion?: string;
        ResourcePath?: {
            DecodedUrl?: string;
        };
        SandboxedCodeActivationCapability?: number;
        SensitivityLabel?: string;
        SensitivityLabelId?: string;
        ServerRelativeUrl?: string;
        ShareByEmailEnabled?: boolean;
        ShareByLinkEnabled?: boolean;
        ShowUrlStructure?: boolean;
        TrimAuditLog?: boolean;
        UIVersionConfigurationEnabled?: boolean;
        UpgradeReminderDate?: string;
        UpgradeScheduled?: boolean;
        UpgradeScheduledDate?: string;
        Upgrading?: boolean;
        Url?: string;
        WriteLocked?: boolean;
    };
}, {
    node?: {
        create_dt?: number;
        id?: string;
        meta?: {
            category?: string;
            description?: string;
            external?: {
                excel?: {
                    token?: string;
                };
                graph365?: {
                    id?: string;
                    url?: string;
                };
                jira?: {
                    id?: string;
                    url?: string;
                };
                relatics?: {
                    id?: string;
                    url?: string;
                };
                sharepoint?: {
                    id?: string;
                    url?: string;
                };
                testlink?: {
                    id?: string;
                    url?: string;
                };
            };
            path?: string[];
            ref_extern?: string;
            site?: {
                id?: string;
                url?: string;
            };
            status?: string;
        };
        name?: string;
        token?: string;
        type?: "project";
        update_dt?: number;
        userGroup?: string[];
    };
    site?: {
        AllowCreateDeclarativeWorkflow?: boolean;
        AllowDesigner?: boolean;
        AllowMasterPageEditing?: boolean;
        AllowRevertFromTemplate?: boolean;
        AllowSaveDeclarativeWorkflowAsTemplate?: boolean;
        AllowSavePublishDeclarativeWorkflow?: boolean;
        AllowSelfServiceUpgrade?: boolean;
        AllowSelfServiceUpgradeEvaluation?: boolean;
        AuditLogTrimmingRetention?: number;
        ChannelGroupId?: string;
        Classification?: string;
        CompatibilityLevel?: number;
        CurrentChangeToken?: {
            StringValue?: string;
        };
        DisableAppViews?: boolean;
        DisableCompanyWideSharingLinks?: boolean;
        DisableFlows?: boolean;
        ExternalSharingTipsEnabled?: boolean;
        GeoLocation?: string;
        GroupId?: string;
        HubSiteId?: string;
        Id?: string;
        IsHubSite?: boolean;
        LockIssue?: string;
        MaxItemsPerThrottledOperation?: number;
        MediaTranscriptionDisabled?: boolean;
        NeedsB2BUpgrade?: boolean;
        PrimaryUri?: string;
        ReadOnly?: boolean;
        RequiredDesignerVersion?: string;
        ResourcePath?: {
            DecodedUrl?: string;
        };
        SandboxedCodeActivationCapability?: number;
        SensitivityLabel?: string;
        SensitivityLabelId?: string;
        ServerRelativeUrl?: string;
        ShareByEmailEnabled?: boolean;
        ShareByLinkEnabled?: boolean;
        ShowUrlStructure?: boolean;
        TrimAuditLog?: boolean;
        UIVersionConfigurationEnabled?: boolean;
        UpgradeReminderDate?: string;
        UpgradeScheduled?: boolean;
        UpgradeScheduledDate?: string;
        Upgrading?: boolean;
        Url?: string;
        WriteLocked?: boolean;
    };
}> = ...