@akamai/openapi-ts
    Preparing search index...

    Variable postCloneDomainRequestSchemaConst

    postCloneDomainRequestSchema: ZodObject<
        {
            body: ZodObject<{ domain: ZodString }, $strip>;
            path: ZodObject<{ domainId: ZodString }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...