Update crunchyTypes.d.ts

This commit is contained in:
Tera 2024-03-21 06:24:53 +02:00 committed by GitHub
parent 73ddab8b2e
commit 6a4566be17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,8 @@ export type CrunchyMultiDownload = {
dubLang: string[],
all?: boolean,
but?: boolean,
e?: string
e?: string,
s?: string
}
export type CrunchyMuxOptions = {