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

    Variable postImportDomainRequestSchemaConst

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