coolify/apps/client/src/app.d.ts

13 lines
336 B
TypeScript
Raw Normal View History

2022-12-12 07:44:23 +00:00
// See https://kit.svelte.dev/docs/types#app
// for information about these interfaces
// and what to do when importing types
declare namespace App {
// interface Locals {}
// interface PageData {}
// interface Error {}
// interface Platform {}
}
2022-12-21 12:06:44 +00:00
declare const GITPOD_WORKSPACE_URL: string;
declare const CODESANDBOX_HOST: string;