/**
 * Copyright IBM Corp. 2024, 2025
 */

export interface ProjectData {
    description: string;
    tags: string[];
    lastUpdated: number;
}
