import Controller from '@ember/controller'; import type EmberFreestyleService from 'ember-freestyle/services/ember-freestyle'; export default class FreestyleController extends Controller { emberFreestyle: EmberFreestyleService; queryParams: string[]; l: boolean; n: boolean; c: boolean; a: boolean; m: boolean; f: string; s: string; ss: string; }