/*
* Copyright (C) 2022 Klaus Reimer <k@ailis.de>
* See LICENSE.md for licensing information.
*/importtype { JournalEvent } from"../../JournalEvent.ts";
/**
* When the current plotted nav route is cleared.
*/exportinterfaceNavRouteClearextendsJournalEvent<"NavRouteClear"> {}