mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -40,7 +40,7 @@ export namespace CallQualitySurvey {
|
||||
rttMedian: number | null;
|
||||
jitterMedian: number | null;
|
||||
packetLossFraction: number | null;
|
||||
callTelemetry: Uint8Array | null;
|
||||
callTelemetry: Uint8Array<ArrayBuffer> | null;
|
||||
}>;
|
||||
|
||||
export type Form = Readonly<{
|
||||
|
||||
Reference in New Issue
Block a user