次の方法で共有


ReadOperation type

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