Skip to content

Type Alias: Operation

Operation = [OperationType] extends [never] ? OperationBase<string> : OperationRegistry[OperationType]

Defined in: packages/core/src/types.ts:43

Union of every registered operation. Falls back to the bare base shape when no plugin has augmented the registry (for example inside @sealpixel/core's own tests), so generic code can still read type and id.