import type { DeviceSetDeletedEvent } from '../../src/index.ts'

const event: DeviceSetDeletedEvent = {
  id: '00000000-0000-0000-0000-000000000000',
  source: 'hub',
  time: '2000-01-01T00:00:00.000Z',
  specversion: '1.1.0',
  type: 'deviceSetDeleted',
  data: { id: '00000000-0000-0000-0000-000000000000' },
}

event
