package com.tealium.react import com.tealium.remotecommands.RemoteCommand interface RemoteCommandFactory { val name: String fun create(): RemoteCommand }