export interface DigProperties { id: string; description?: string; icon?: string; title?: string; status?: string; }