/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
export interface ProjectData {
    description: string;
    tags: string[];
    lastUpdated: number;
}
//# sourceMappingURL=project-data-meta.model.d.ts.map