Type Alias WithContract<TContractName, T>

WithContract<TContractName, T>: T & Pick<VertexContracts, TContractName>

Type Parameters