Compartir a través de


ReadOperation type

type ReadOperation = OperationBase & {
  id: string
  operationType: typeof BulkOperationType.Read
}