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:
@@ -41,7 +41,7 @@ const parseTokenBody = (
|
||||
};
|
||||
|
||||
export type UploadOptionsType = Readonly<{
|
||||
content: string | Buffer | Uint8Array;
|
||||
content: string | Buffer<ArrayBuffer> | Uint8Array<ArrayBuffer>;
|
||||
appVersion: string;
|
||||
logger: LoggerType;
|
||||
extension?: string;
|
||||
|
||||
Reference in New Issue
Block a user