mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -50,7 +50,7 @@ export function PreferencesInternal({
|
||||
donationReceipts: ReadonlyArray<DonationReceipt>;
|
||||
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