export interface INamedContent {
	name: string;
	hasValidName: boolean;
}
