export interface INamedContent { name: string | null; hasValidName?: boolean; }