interface Operation {
    operation?: string;
    targetType?: string;
}

Hierarchy

  • Record<string, unknown>
    • Operation

Properties

operation?: string

The type of operation.

targetType?: string

The type of entity the operation type targets.