import { PlatformType } from "../enums/platform-type.enum";
export interface ArkyConfig {
    rootModule: string;
    platform?: PlatformType;
}
