TContracts<T>: {
    [K in keyof T]: ExtractDeployedContract<T[K]>
}

Type Parameters