mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-25 19:08:04 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -287,7 +287,7 @@ type PropsFunctionType = {
|
||||
|
||||
internalAddDonationReceipt: (receipt: DonationReceipt) => void;
|
||||
saveAttachmentToDisk: (options: {
|
||||
data: Uint8Array;
|
||||
data: Uint8Array<ArrayBuffer>;
|
||||
name: string;
|
||||
baseDir?: string | undefined;
|
||||
}) => Promise<{ fullPath: string; name: string } | null>;
|
||||
|
||||
Reference in New Issue
Block a user