Files
doneit-web/src/app/models/synchro.ts
T

12 lines
164 B
TypeScript
Raw Normal View History

2021-08-23 14:11:28 +01:00
export interface wss{
url: string,
type: 'reflect' | 'emit'
header: {
id: string
bluePrint: string,
jwt: string
}
}