From c2e7a8a43b925292861751c97d5528afa101ba32 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 23 Aug 2021 14:11:28 +0100 Subject: [PATCH] Fix --- src/app/models/synchro.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/app/models/synchro.ts diff --git a/src/app/models/synchro.ts b/src/app/models/synchro.ts new file mode 100644 index 000000000..69ccd1e8d --- /dev/null +++ b/src/app/models/synchro.ts @@ -0,0 +1,12 @@ +export interface wss{ + + url: string, + type: 'reflect' | 'emit' + header: { + id: string + bluePrint: string, + jwt: string + } + + } + \ No newline at end of file