export interface EntityComponentOptions {
    component?: string;
    type: string[];
    file: string;
    overwrite: boolean;
}
