diff options
author | Chenyu Huang <itschenyu@gmail.com> | 2025-08-08 16:10:35 -0700 |
---|---|---|
committer | Chenyu Huang <itschenyu@gmail.com> | 2025-08-19 15:28:37 -0700 |
commit | f42b5831bb831e3b9f925730477a27e01d2b33f4 (patch) | |
tree | f0df61f8c22f91f7474646bea84023cef92be01f /src/lib/routes/types.ts | |
parent | 7182cd3d5e157d7ad80f2e5c4a458730c46939a0 (diff) | |
download | voidsky-f42b5831bb831e3b9f925730477a27e01d2b33f4.tar.zst |
parameterize the initial profile for starter pack profile select wizard screen
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 6eb5cb609..f7e7c7eed 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -79,7 +79,7 @@ export type CommonNavigatorParams = { Start: {name: string; rkey: string} StarterPack: {name: string; rkey: string; new?: boolean} StarterPackShort: {code: string} - StarterPackWizard: {fromDialog?: boolean} + StarterPackWizard: {fromDialog?: boolean; targetDid?: string} StarterPackEdit: {rkey?: string} VideoFeed: VideoFeedSourceContext } |