mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 03:18:17 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -162,8 +162,8 @@ export const FIXTURES = path.join(__dirname, '..', '..', '..', 'fixtures');
|
||||
export const EMPTY = new Uint8Array(0);
|
||||
|
||||
export type StickerPackType = Readonly<{
|
||||
id: Buffer;
|
||||
key: Buffer;
|
||||
id: Buffer<ArrayBuffer>;
|
||||
key: Buffer<ArrayBuffer>;
|
||||
stickerCount: number;
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user