import { BlazeDataSourceType } from './widgets-props.interface';

export interface BlazeSearchScreenOptions {
  suggestionsDataSource?: BlazeDataSourceType;
}
