mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Add TypeScript definitions via pg-to-ts and refactor migrations
This commit is contained in:
5
web-app/src/app.d.ts
vendored
5
web-app/src/app.d.ts
vendored
@@ -1,9 +1,6 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
// for information about these interfaces
|
||||
interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
}
|
||||
import type { User } from "$lib/db-schema";
|
||||
|
||||
declare global {
|
||||
namespace App {
|
||||
|
||||
Reference in New Issue
Block a user