Files
doneit-web/src/app/models/synchro.ts
T
Peter Maquiran c2e7a8a43b Fix
2021-08-23 14:11:28 +01:00

12 lines
164 B
TypeScript

export interface wss{
url: string,
type: 'reflect' | 'emit'
header: {
id: string
bluePrint: string,
jwt: string
}
}