export type Publish = { event: string; uuid?: string; path?: string; type?: string; value?: undefined; }; export type Pubs = Publish[];