8 lines
99 B
TypeScript

import register from "./register"
const gitlabEvent = {
register,
}
export default gitlabEvent