export type StructPreview = { id: string; isDeleted?: boolean; fullHierarchyName?: string; name?: string; section?: string; };