import { SearchOptions } from "../SearchOptions";

export interface FlipkartSearchOptions extends SearchOptions {
    page?: number;
}