first commit
This commit is contained in:
8
src/models/Publish.ts
Normal file
8
src/models/Publish.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export type Publish = {
|
||||
event: string;
|
||||
uuid?: string;
|
||||
path?: string;
|
||||
type?: string;
|
||||
value?: undefined;
|
||||
};
|
||||
export type Pubs = Publish[];
|
Reference in New Issue
Block a user