Type Alias OutputStructShape<T, A>

OutputStructShape<T, A>: $.Expand<{
    [K in keyof A]: $.Output<A[K]>
}>

Type Parameters