export interface AppProperties { name: string; icon: string; pages: Record; adminOnly: string[]; hint: string; } export type EmptyObject = Record;