feat: dashboard interface

This commit is contained in:
2026-03-25 12:47:59 +01:00
parent 0c8677f514
commit 9ec4c5319c
16 changed files with 356 additions and 13 deletions

3
shared/types/app.ts Normal file
View File

@@ -0,0 +1,3 @@
import type { InternalApi } from "nitropack/types";
export type Link = InternalApi["/api/links"]["get"][number];