release: v1.1.61
This commit is contained in:
parent
a115565054
commit
892bb75265
19 changed files with 41 additions and 41 deletions
|
|
@ -1548,8 +1548,8 @@ export type ProviderConfig = {
|
|||
[key: string]: string
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
api: string
|
||||
npm?: string
|
||||
api?: string
|
||||
}
|
||||
/**
|
||||
* Variant-specific configuration
|
||||
|
|
@ -4068,8 +4068,8 @@ export type ProviderListResponses = {
|
|||
[key: string]: string
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
api: string
|
||||
npm?: string
|
||||
api?: string
|
||||
}
|
||||
variants?: {
|
||||
[key: string]: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue