export default interface IProjectVariant {
    label: string;
    memoryTier?: number;
    title?: string;
    memoryPerformanceTier?: number;
}
