import { EventID } from "./id"; import { Sign } from "./sign"; export const Event = { ...EventID, ...Sign, };