fix(domain): remove unused ApplicationNested type import

This commit is contained in:
Jhonatan Caldeira 2025-06-20 17:51:05 -03:00
parent bb904bb011
commit f2671f9369

View File

@ -10,7 +10,6 @@ import { findUserById } from "./admin";
import { findApplicationById } from "./application";
import { detectCDNProvider } from "./cdn";
import { findServerById } from "./server";
import type { ApplicationNested } from "../utils/builders";
export type Domain = typeof domains.$inferSelect;