mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 07:36:00 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -9,7 +9,7 @@ import type { ProcessedSent } from './Types.d.ts';
|
||||
|
||||
type ProtoServiceId = Readonly<{
|
||||
destinationServiceId?: string | null;
|
||||
destinationServiceIdBinary?: Uint8Array | null;
|
||||
destinationServiceIdBinary?: Uint8Array<ArrayBuffer> | null;
|
||||
}>;
|
||||
|
||||
function processProtoWithDestinationServiceId<Input extends ProtoServiceId>(
|
||||
|
||||
Reference in New Issue
Block a user