(success: S)
| 73 | * the plain payload — wrapping/unwrapping is handled internally by the routing layer. |
| 74 | */ |
| 75 | export const CommandResponseWithMetaData = <S extends S.Top>(success: S) => |
| 76 | S.Struct({ payload: success, metadata: CommandMetaData }) |
| 77 | |
| 78 | /** |
| 79 | * Wraps a command's failure schema so that the wire format carries both the `error` |
no outgoing calls
no test coverage detected
searching dependent graphs…