Skip to content

Type Alias: WriteAction

ts
type WriteAction = 
  | MintingWriteAction
  | TargetedWriteAction;

Defined in: common.ts:79