2025-05-27 16:22:36 +02:00

7 lines
117 B
Go

package model
type Action struct {
Name string `json:"name"`
Paylaod map[string]any `json:"payload"`
}