- Preparing search index...
- The search index is not available
API References
Type alias OperationHandler<T, K, I, O>
Operation
Handler
<T, K, I, O>: { handle
: ((operation
: T, metaplex
: Metaplex, scope
: OperationScope) => O | Promise<O>) }
Type Parameters