frontend-app-api: export prepare app options type

Expose PrepareSpecializedAppOptions from the wiring entrypoint and refresh the API report so the new type is available to callers.

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-15 12:47:21 +01:00
parent 6234db86e9
commit 837de816d5
@@ -18,6 +18,7 @@ export {
type BootstrapSpecializedApp,
type FinalizedSpecializedApp,
prepareSpecializedApp,
type PrepareSpecializedAppOptions,
type PreparedSpecializedApp,
type SpecializedAppSessionState,
createSpecializedApp,