From f42b5831bb831e3b9f925730477a27e01d2b33f4 Mon Sep 17 00:00:00 2001 From: Chenyu Huang Date: Fri, 8 Aug 2025 16:10:35 -0700 Subject: parameterize the initial profile for starter pack profile select wizard screen --- src/lib/routes/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/routes/types.ts') 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 } -- cgit 1.4.1