mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 05:46:24 +00:00
5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export type ActiveMediaModel = {
|
|
provider: string;
|
|
model?: string;
|
|
};
|