package detail type EmptyState struct { Title string Body string } type VaultSummary struct { Title string Detail string Context string } type AttachmentItem struct { Name string Size int }