SYMBOL INDEX (9 symbols across 5 files) FILE: playground/composables/usePhotoGallery.ts function usePhotoGallery (line 7) | function usePhotoGallery() { type UserPhoto (line 123) | interface UserPhoto { FILE: src/module.ts type ModuleOptions (line 25) | interface ModuleOptions { method setup (line 103) | async setup(options, nuxt) { FILE: src/runtime/composables/head.ts function useHead (line 18) | function useHead>(obj: UseHeadInput, _?... FILE: src/runtime/plugins/router.ts method setup (line 32) | async setup(nuxtApp) { function createCurrentLocation (line 251) | function createCurrentLocation(base: string, location: Location, rendere... function toArray (line 269) | function toArray(value: T | T[]): T[] { FILE: test/e2e/ion-head.spec.ts function expectTitleToBe (line 6) | function expectTitleToBe(page: Page, title: string) {