release: v0.15.30
This commit is contained in:
parent
750b9f80a5
commit
504a599473
15 changed files with 30 additions and 24 deletions
|
|
@ -430,6 +430,9 @@ export type Config = {
|
|||
options?: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
headers?: {
|
||||
[key: string]: string
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
}
|
||||
|
|
@ -991,6 +994,9 @@ export type Model = {
|
|||
options: {
|
||||
[key: string]: unknown
|
||||
}
|
||||
headers?: {
|
||||
[key: string]: string
|
||||
}
|
||||
provider?: {
|
||||
npm: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue