(schema: S.Top)
| 99 | } |
| 100 | |
| 101 | const projectionSchemaHash = (schema: S.Top) => String(Hash.hash(schema.ast)) |
| 102 | |
| 103 | export interface CommandRequestExtensions<RT, Id extends string, I, A, E, R> { |
| 104 | /** Defines a Command based on this call, taking the `id` of the call as the `id` of the Command. |
no test coverage detected
searching dependent graphs…