AcsRouterJobClosedEventData type

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

type AcsRouterJobClosedEventData = AcsRouterJobEventData & {
  assignmentId: string
  dispositionCode: string
  workerId: string
}