export interface ContractParameterDefinitionBase { readonly type: ContractParameterDefinition['type']; readonly name: string; }