pass starter pack in for editing

This commit is contained in:
Hailey
2024-06-09 16:47:45 -07:00
parent 0d69c9638c
commit 3da63d9481
4 changed files with 70 additions and 53 deletions
+4 -6
View File
@@ -43,9 +43,8 @@ export type CommonNavigatorParams = {
StarterPack: {name: string; rkey: string}
StarterPackLanding: {name: string; rkey: string}
StarterPackWizard: {
mode: 'Create' | 'Edit'
id?: string
initialStep?: 'Details' | 'Profiles' | 'Feeds'
name?: string
rkey?: string
}
}
@@ -107,9 +106,8 @@ export type AllNavigatorParams = CommonNavigatorParams & {
StarterPack: {name: string; rkey: string}
StarterPackLanding: {name: string; rkey: string}
StarterPackWizard: {
mode: 'Create' | 'Edit'
id?: string
initialStep?: 'Details' | 'Profiles' | 'Feeds'
name?: string
rkey?: string
}
}