This commit is contained in:
Peter Maquiran
2021-08-23 14:11:28 +01:00
parent c9f975d81d
commit c2e7a8a43b
+12
View File
@@ -0,0 +1,12 @@
export interface wss{
url: string,
type: 'reflect' | 'emit'
header: {
id: string
bluePrint: string,
jwt: string
}
}