export interface Website { /** * See the website category value reference */ category: number; /** * Url to website */ url: string; }