mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
12 lines
164 B
TypeScript
12 lines
164 B
TypeScript
export interface wss{
|
|
|
|
url: string,
|
|
type: 'reflect' | 'emit'
|
|
header: {
|
|
id: string
|
|
bluePrint: string,
|
|
jwt: string
|
|
}
|
|
|
|
}
|
|
|