export interface Website {
    id: number;
    website: string;
    type: string;
    type_display: string;
}
