mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
Allow arbitrary properties in Match interface
This commit is contained in:
parent
6dff691c25
commit
59f2ffec57
@ -15,6 +15,9 @@ export interface Match {
|
|||||||
): Promise<
|
): Promise<
|
||||||
string | { [MatchMediaType.Hls]: string } | { [MatchMediaType.Native]: string } | null
|
string | { [MatchMediaType.Hls]: string } | { [MatchMediaType.Native]: string } | null
|
||||||
>;
|
>;
|
||||||
|
|
||||||
|
// allow other properties that may be implemented by the objects that use this interface declaration
|
||||||
|
[other: string]: unknown;
|
||||||
}
|
}
|
||||||
|
|
||||||
export enum MatchMediaType {
|
export enum MatchMediaType {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user