import type { JournalEvent } from "../../JournalEvent.ts";
export interface DataScanned extends JournalEvent<"DataScanned"> {
    Type: string;
    Type_Localised?: string;
}
