import { Base } from "../../../"; /********************************************* * ShortcutInformation **********************************************/ export interface ShortcutInformation { AddedById?: number; Id?: any; Name?: string; Scenario?: number; TimeCreated?: any; TimeLastModified?: any; } /********************************************* * ShortcutInformationCollections **********************************************/ export interface ShortcutInformationCollections { }