Tweaked onboarding structure
This commit is contained in:
parent
c64c1d90c4
commit
8c1bbd7f6c
1 changed files with 5 additions and 5 deletions
|
|
@ -35,11 +35,11 @@ export type OnboardingFlow = {
|
|||
|
||||
export type OnboardingSession = {
|
||||
uuid: string
|
||||
flow: string
|
||||
agent_run?: string | null
|
||||
status: 'in_progress' | 'completed' | 'abandoned'
|
||||
current_page_order: number
|
||||
responses: Record<string, unknown>
|
||||
status: OnboardingSessionStatus | string
|
||||
role?: string | UuidNameRef
|
||||
state?: Record<string, unknown>
|
||||
active_configs?: Record<string, unknown>
|
||||
completed_at?: string | null
|
||||
}
|
||||
|
||||
export type OnboardingFeedback = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue