export type ForumId = number; export interface ForumData { id: ForumId; position: number; name: string; permalink: string; url: string; }