mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 08:13:37 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -38,7 +38,11 @@ export function jsonToObject<T>(json: string): T {
|
||||
return JSON.parse(json);
|
||||
}
|
||||
|
||||
export type QueryTemplateParam = Uint8Array | string | number | null;
|
||||
export type QueryTemplateParam =
|
||||
| Uint8Array<ArrayBuffer>
|
||||
| string
|
||||
| number
|
||||
| null;
|
||||
export type QueryFragmentValue = QueryFragment | QueryTemplateParam;
|
||||
|
||||
export class QueryFragment {
|
||||
|
||||
Reference in New Issue
Block a user