/**
 * @example
 *     {
 *         scroll_param: "scroll_param"
 *     }
 */
export interface ScrollCompaniesRequest {
    /** */
    scroll_param?: string;
}
