AcsRouterWorkerOfferRevokedEventData type

Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RouterWorkerOfferRevoked event

type AcsRouterWorkerOfferRevokedEventData = AcsRouterWorkerEventData & {
  offerId: string
  queueId: string
}