export type Custom = {
  type: 'custom'
  data: {
    event: {
      [k: string]: any
    }
  }
}
