package oplog

import "github.com/loveuer/nfflow/internal/model"

type OpLog struct {
	Type    model.OpLogType
	Content map[string]any
}