export interface VaultEntry { path: string filename: string title: string isA: string | null aliases: string[] belongsTo: string[] relatedTo: string[] status: string | null owner: string | null cadence: string | null modifiedAt: number | null fileSize: number }