import { VelcronAppDefinition } from "./VelcronDefinitions";
export interface AppJson {
    app: VelcronAppDefinition;
}
