♻️ refactor

This commit is contained in:
Fred KISSIE
2025-11-05 23:29:48 +01:00
parent f371c7df81
commit c64b102aaa
3 changed files with 189 additions and 76 deletions

View File

@@ -4,7 +4,7 @@ import { build } from "@server/build";
import { remote } from "./api";
import type ResponseT from "@server/types/Response";
type ProductUpdate = {
export type ProductUpdate = {
link: string | null;
edition: "enterprise" | "community" | "cloud" | null;
id: number;