export interface ISearchRequest {
    q?: string;
}
