export interface SuggestedOptimization {
    transformationSlug: string;
    transformationUrl: string;
}
