Files
coolify/apps/client/src/app.d.ts
Andras Bacsai 9c6f412f04 wip: trpc
2022-12-21 13:06:44 +01:00

13 lines
336 B
TypeScript

// 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 {}
}
declare const GITPOD_WORKSPACE_URL: string;
declare const CODESANDBOX_HOST: string;