wiki page

This commit is contained in:
taDuc
2026-05-10 03:25:47 +07:00
parent 78824ed07a
commit 31297c8b59
4 changed files with 673 additions and 7 deletions
+1
View File
@@ -3,6 +3,7 @@ import { ApiError, requestJson } from "@/uhm/api/http";
export type Wiki = {
id: string;
project_id?: string;
title?: string;
slug?: string | null;
content?: string;