export interface GenericImageResourceDef {
    type: string;
    path: string[];
}
