mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 10:14:22 +01:00
wip: more snapshot stuff
This commit is contained in:
@@ -147,7 +147,7 @@ export namespace Config {
|
||||
|
||||
npm?: string;
|
||||
|
||||
options?: { [key: string]: unknown };
|
||||
options?: Provider.Options;
|
||||
}
|
||||
|
||||
export namespace Provider {
|
||||
@@ -190,6 +190,14 @@ export namespace Config {
|
||||
output: number;
|
||||
}
|
||||
}
|
||||
|
||||
export interface Options {
|
||||
apiKey?: string;
|
||||
|
||||
baseURL?: string;
|
||||
|
||||
[k: string]: unknown;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user