wupengfei
2025-05-07 6bac509f8e6efc205d9f37a84c9b019ec828467a
src/hooks/useEvent.ts
@@ -3,6 +3,7 @@
export type GlobalEvent = {
  updateInsuranceClaim: any;
  'materialReviewAudit:audit';
};
export type GlobalEventListener<T extends keyof GlobalEvent> = (payload: GlobalEvent[T]) => any;