mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 00:16:39 +00:00
♻️ refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user