export interface IConfig { name: string; description: string; registrationsOpen: boolean; }