export interface StringContractParameterDefinition extends ContractParameterDefinitionBase { readonly type: 'String'; }