export interface EntityGroupOptions {
    group?: string;
    type: string[];
    file: string;
    overwrite: boolean;
    add: boolean;
    remove: boolean;
}
