4 lines
114 B
TypeScript
4 lines
114 B
TypeScript
import type { InternalApi } from "nitropack/types";
|
|
|
|
export type Link = InternalApi["/api/links"]["get"][number];
|