mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix(sdp-transform) bandwidth should be array (#42890)
32da4469b8/lib/grammar.js (L39)
This commit is contained in:
parent
43f3067cde
commit
94c755600f
4
types/sdp-transform/index.d.ts
vendored
4
types/sdp-transform/index.d.ts
vendored
@ -258,8 +258,8 @@ export interface SharedDescriptionFields {
|
||||
ip: string;
|
||||
};
|
||||
// b=AS:4000
|
||||
bandwidth?: {
|
||||
bandwidth?: Array<{
|
||||
type: 'TIAS' | 'AS' | 'CT' | 'RR' | 'RS';
|
||||
limit: number | string;
|
||||
};
|
||||
}>;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user