export interface StaticContent { URL?: string; Title?: string; Active?: boolean; Filename?: string; }