@gphone/sdk
    Preparing search index...

    Type Alias AppComponent

    AppComponent: Component<AppProps>

    Any app component the registry can mount.

    Extra props are fine as long as they are optional: an app declaring AppProps & { mailId?: number } is still something the shell can render with onback alone, which is exactly the guarantee that makes a deep link optional rather than a second entry point.