OperationProps
ts
type OperationProps = object;Defined in: components/operation.tsx:14
Props for the Operation component.
Since
1.0.0
Author
Simon Kovtyk
Properties
operation
ts
operation: OperationDefinition;Defined in: components/operation.tsx:15