AcsRouterJobUnassignedEventData type

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

type AcsRouterJobUnassignedEventData = AcsRouterJobEventData & {
  assignmentId: string
  workerId: string
}