Kind: Interface
Source: atloria-monorepo/apps/web/src/components/NewProjectWizard/useNewProjectWizard.ts
Properties
| Property | Type |
|---|---|
currentScene | WizardScene |
completedSteps | number[] |
repoUrl | string |
detectedProvider | `'github' |
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' |
repoUsername | string |
accessToken | string |
connectionTested | boolean |
githubConnected | boolean |
gitlabConnected | boolean |
bitbucketConnected | boolean |
selectedDocTypes | string[] |
createdProjectId | `string |
Was this page helpful?