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