app.d.ts 397 B

12345678910111213
  1. // Copyright 2019-2023 Tauri Programme within The Commons Conservancy
  2. // SPDX-License-Identifier: Apache-2.0
  3. // SPDX-License-Identifier: MIT
  4. // See https://kit.svelte.dev/docs/types#app
  5. // for information about these interfaces
  6. // and what to do when importing types
  7. declare namespace App {
  8. // interface Locals {}
  9. // interface PageData {}
  10. // interface Error {}
  11. // interface Platform {}
  12. }