> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.CloudflarePagesDeployResult.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CloudflarePagesDeployResult

```typescript
interface CloudflarePagesDeployResult {
    deploymentUrl: string | null;
    projectName: string;
    verification: CloudflarePagesReleaseVerification;
}
```

Types: [deploymentUrl](#deploymenturl), [projectName](#projectname), [verification](#verification), [CloudflarePagesReleaseVerification](../types/core.CloudflarePagesReleaseVerification.md)

##### Index

### <a id="properties"></a>Properties

[deploymentUrl](#deploymenturl) [projectName](#projectname) [verification](#verification)

## <a id="properties-1"></a>Properties

### <a id="deploymenturl"></a>deploymentUrl

```typescript
deploymentUrl: string | null
```

### <a id="projectname"></a>projectName

```typescript
projectName: string
```

### <a id="verification"></a>verification

```typescript
verification: CloudflarePagesReleaseVerification
```

Types: [CloudflarePagesReleaseVerification](../types/core.CloudflarePagesReleaseVerification.md)

A deployment URL alone is not proof that this release was published.
