@empathyco/x-components
Version:
Empathy X Components
16 lines (9 loc) • 983 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [NamespacedWireCommitWithoutPayload](./x-components.namespacedwirecommitwithoutpayload.md)
## NamespacedWireCommitWithoutPayload type
Namespaced type for the [wireCommitWithoutPayload()](./x-components.wirecommitwithoutpayload.md) which creates a wire without payload associated.
**Signature:**
```typescript
export type NamespacedWireCommitWithoutPayload<ModuleName extends XModuleName> = <MutationName extends PropsWithType<ExtractMutations<XModulesTree[ModuleName]>, () => any>>(mutation: MutationName) => AnyWire;
```
**References:** [XModuleName](./x-components.xmodulename.md)<!-- -->, [PropsWithType](./x-components.propswithtype.md)<!-- -->, [ExtractMutations](./x-components.extractmutations.md)<!-- -->, [XModulesTree](./x-components.xmodulestree.md)<!-- -->, [AnyWire](./x-components.anywire.md)