chore: fix eslint and make nuxt typecheck happpy
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import { z } from "zod";
|
||||
import type { InternalApi } from "nitropack/types";
|
||||
|
||||
export type Link = InternalApi["/api/links"]["get"][number];
|
||||
|
||||
const apiErrorSchema = z.object({
|
||||
data: z.object({
|
||||
|
||||
Reference in New Issue
Block a user