mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 16:08:34 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
export type UsernameReservationType = Readonly<{
|
||||
username: string;
|
||||
previousUsername: string | undefined;
|
||||
hash: Uint8Array;
|
||||
hash: Uint8Array<ArrayBuffer>;
|
||||
}>;
|
||||
|
||||
export enum ReserveUsernameError {
|
||||
|
||||
Reference in New Issue
Block a user