codev / desktop /src /types /runtime.ts
chenbhao's picture
feat: desktop
1f21206
Raw
History Blame
81 Bytes
export type RuntimeSelection = {
providerId: string | null
modelId: string
}