Type alias ContractMethodArgs<A, S>

ContractMethodArgs<A, S>: PostfixOverrides<{
    [I in keyof A]-?: A[I] | Typed
}, S>

Type Parameters