# WizardState

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts#L7)

## Properties

| Property | Type |
|---|---|
| `currentScene` | `WizardScene` |
| `completedSteps` | `number[]` |
| `repoUrl` | `string` |
| `detectedProvider` | `'github' | 'gitlab' | 'bitbucket' | null` |
| `detectedOwner` | `string` |
| `detectedRepo` | `string` |
| `projectName` | `string` |
| `slug` | `string` |
| `description` | `string` |
| `branch` | `string` |
| `frontendPath` | `string` |
| `backendPath` | `string` |
| `siteUrl` | `string` |
| `loginUrl` | `string` |
| `siteEmail` | `string` |
| `sitePassword` | `string` |
| `needsAuth` | `boolean` |
| `authMethod` | `'token' | 'ssh' | null` |
| `repoUsername` | `string` |
| `accessToken` | `string` |
| `connectionTested` | `boolean` |
| `githubConnected` | `boolean` |
| `gitlabConnected` | `boolean` |
| `bitbucketConnected` | `boolean` |
| `selectedDocTypes` | `string[]` |
| `createdProjectId` | `string | null` |
