export interface SitePlace {
    siteDir: string;
    domain: string;
    version?: string;
}
