import { OptionsQuery } from './types'; export const URL_OPTIONS = 'options'; export const defaultOptionsQuery: OptionsQuery = { selectColumns: [], maxLines: 0, format: 'default', };