Convert signal.js and preload.js to Typescript

This commit is contained in:
Scott Nonnenberg
2022-06-13 14:39:35 -07:00
committed by GitHub
parent e18510e41c
commit 2464e0a9c1
94 changed files with 2113 additions and 1848 deletions

View File

@@ -199,6 +199,7 @@ export type UnprocessedType = {
attempts: number;
envelope?: string;
messageAgeSec?: number;
source?: string;
sourceUuid?: string;
sourceDevice?: number;