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

const event: SceneDeletedEvent = {
  id: '00000000-0000-0000-0000-000000000000',
  time: '2000-01-01T00:00:00.000Z',
  specversion: '3.145.0',
  source: 'urn:com:ikea:homesmart:iotc:rulesengine',
  type: 'sceneDeleted',
  data: {
    id: '00000000-0000-0000-0000-000000000000',
  },
}

event
