import type { IfExtends } from "hry-types/src/Any/IfExtends"; import type { CustomEventsTags } from "../CustomEvents/CustomEventsTag"; export type generateCustomEventMethods = { [k in keyof TCustomEventsDef]: IfExtends, undefined, () => void, (detail: Exclude) => void>; };