events-backend: update schema
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -23,5 +23,8 @@ export interface Event {
|
||||
* The topic that the event is published on
|
||||
*/
|
||||
topic: string;
|
||||
payload: { [key: string]: any };
|
||||
/**
|
||||
* The event payload
|
||||
*/
|
||||
payload: any | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user