export default interface ProtocolMapperRepresentation { config?: Record; id?: string; name?: string; protocol?: string; protocolMapper?: string; }