mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 13:26:04 -06:00
refactor(ui): trim private realtime type exports (#106221)
This commit is contained in:
@@ -3409,7 +3409,6 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
|
||||
"ui/src/pages/chat/realtime-talk-input.ts: realtimeTalkAudioConstraints",
|
||||
"ui/src/pages/chat/realtime-talk.ts: RealtimeTalkCallbacks",
|
||||
"ui/src/pages/chat/realtime-talk.ts: RealtimeTalkEvent",
|
||||
"ui/src/pages/chat/realtime-talk.ts: RealtimeTalkLaunchOptions",
|
||||
"ui/src/pages/chat/realtime-talk.ts: RealtimeTalkSessionResult",
|
||||
"ui/src/pages/chat/render-lifecycle.ts: CancelAfterCommit",
|
||||
"ui/src/pages/chat/render-lifecycle.ts: CompleteAfterCommit",
|
||||
@@ -3423,7 +3422,6 @@ export const KNIP_UNUSED_EXPORT_BASELINE = [
|
||||
"ui/src/pages/chat/tool-titles.ts: setToolTitleForTest",
|
||||
"ui/src/pages/config/mcp.ts: McpViewProps",
|
||||
"ui/src/pages/config/quick.ts: QuickSettingsProps",
|
||||
"ui/src/pages/config/view.ts: SettingsMicrophoneState",
|
||||
"ui/src/pages/connection/view.ts: ConnectionProps",
|
||||
"ui/src/pages/cron/suggestions.ts: CronSuggestion",
|
||||
"ui/src/pages/model-providers/data.ts: ModelProviderAuthSummary",
|
||||
|
||||
@@ -23,7 +23,7 @@ export type {
|
||||
RealtimeTalkStatus,
|
||||
};
|
||||
|
||||
export type RealtimeTalkLaunchOptions = {
|
||||
type RealtimeTalkLaunchOptions = {
|
||||
provider?: string;
|
||||
model?: string;
|
||||
voice?: string;
|
||||
|
||||
@@ -52,7 +52,7 @@ type WebPushUiState = {
|
||||
error?: string | null;
|
||||
};
|
||||
|
||||
export type SettingsMicrophoneState = {
|
||||
type SettingsMicrophoneState = {
|
||||
devices: RealtimeTalkInputDevice[];
|
||||
selectedDeviceId: string;
|
||||
loading: boolean;
|
||||
|
||||
Reference in New Issue
Block a user