export interface Category { SearchTypeID: number; SearchTypeName: string; SearchTypeImage?: string; BannerText: string; Keyword: string; }