refactor(FE-174): rename name to flock_name in BaseProjectFlock type for clarity

This commit is contained in:
rstubryan
2025-11-04 16:06:39 +07:00
parent 77e3fe12c3
commit b0665b2541
+1 -1
View File
@@ -7,7 +7,7 @@ import { BaseApproval, BaseMetadata } from '@/types/api/api-general';
export type BaseProjectFlock = {
id: number;
name: string;
flock_name: string;
status: string;
flock: Flock;
flock_id: number;