add editor
This commit is contained in:
@@ -3,6 +3,7 @@ export interface Project {
|
||||
title: string;
|
||||
description: string;
|
||||
project_status: "PRIVATE" | "PUBLIC" | "ARCHIVE";
|
||||
latest_commit_id?: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
is_deleted?: boolean;
|
||||
@@ -79,4 +80,4 @@ export interface AddMemberPayload {
|
||||
|
||||
export interface UpdateMemberRolePayload {
|
||||
role: "PRIVATE" | "PUBLIC" | "ARCHIVE",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user