Update crunchyTypes.d.ts
This commit is contained in:
parent
73ddab8b2e
commit
6a4566be17
1 changed files with 2 additions and 1 deletions
3
@types/crunchyTypes.d.ts
vendored
3
@types/crunchyTypes.d.ts
vendored
|
|
@ -44,7 +44,8 @@ export type CrunchyMultiDownload = {
|
|||
dubLang: string[],
|
||||
all?: boolean,
|
||||
but?: boolean,
|
||||
e?: string
|
||||
e?: string,
|
||||
s?: string
|
||||
}
|
||||
|
||||
export type CrunchyMuxOptions = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue