export type HookSuccessEvent = {
  type: 'hook_success';
  testFilePath: string;
  hookId: string;
};
