clean up onSuccess callback

This commit is contained in:
Chenyu Huang
2025-08-19 15:59:12 -07:00
parent f42b5831bb
commit e32f280f47
3 changed files with 16 additions and 26 deletions
+5 -1
View File
@@ -79,7 +79,11 @@ export type CommonNavigatorParams = {
Start: {name: string; rkey: string}
StarterPack: {name: string; rkey: string; new?: boolean}
StarterPackShort: {code: string}
StarterPackWizard: {fromDialog?: boolean; targetDid?: string}
StarterPackWizard: {
fromDialog?: boolean
targetDid?: string
onSuccess?: () => void
}
StarterPackEdit: {rkey?: string}
VideoFeed: VideoFeedSourceContext
}