export default interface RemoteStartTransaction {
    idTag: string;
    connectorId?: number;
}
