mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-11 04:34:32 +00:00
refactor(test): stabilize case tables and readonly helper inputs
This commit is contained in:
@@ -23,7 +23,7 @@ export type ProviderInfo = {
|
||||
|
||||
export type ModelsKeyboardParams = {
|
||||
provider: string;
|
||||
models: string[];
|
||||
models: readonly string[];
|
||||
currentModel?: string;
|
||||
currentPage: number;
|
||||
totalPages: number;
|
||||
|
||||
Reference in New Issue
Block a user