mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
const { noop } = lodash;
|
||||
|
||||
type DoneHandleType = (
|
||||
avatarBuffer: Uint8Array,
|
||||
avatarBuffer: Uint8Array<ArrayBuffer>,
|
||||
avatarData: AvatarDataType
|
||||
) => unknown;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user