UNPKG

yandex-cloud-functions-router

Version:
17 lines (16 loc) 429 B
declare type CloudFunctionIotMessageEventMessage = { event_metadata: { event_id: string; event_type: 'yandex.cloud.events.iot.IoTMessage'; created_at: string; cloud_id: string; folder_id: string; }; details: { registry_id: string; device_id: string; mqtt_topic: string; payload: string; }; }; export { CloudFunctionIotMessageEventMessage };