big update new layout
Build and Release / release (push) Successful in 35s

This commit is contained in:
2026-05-19 18:00:19 +07:00
parent e7c8322c63
commit f5514b8fb5
46 changed files with 1032 additions and 702 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ export interface RestoreCommitPayload {
export interface CreateProjectPayload
{
description: string,
project_status: "PRIVATE" | "PUBLIC" | "ARCHIVE",
status: "PRIVATE" | "PUBLIC" | "ARCHIVE",
title: string
}