backend: update eventType in SystemEventPayload to use SystemEventType enum
This commit is contained in:
parent
41a375c6bb
commit
b87e548cdf
@ -6,6 +6,6 @@ export const enum SystemEventType {
|
||||
}
|
||||
|
||||
export interface SystemEventPayload {
|
||||
eventType: string;
|
||||
eventType: SystemEventType;
|
||||
payload: Record<string, unknown>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user