Zum Hauptinhalt springen

Variable: LastServerSchema

const LastServerSchema: TObject<{ model: TOptional<TString>; providerConfigId: TString; source: TOptional<TString>; }>

Defined in: packages/contracts/src/settings.ts:49

The connection the user last confirmed via the "Connect" action. Persisted so the app can optionally re-validate and restore it on next launch (AppSettingsSchema.autoConnect). It references a provider config and caches the source/model the user connected with for display purposes only.