mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
refactor(FE-174): rename name to flock_name in BaseProjectFlock type for clarity
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ import { BaseApproval, BaseMetadata } from '@/types/api/api-general';
|
|||||||
|
|
||||||
export type BaseProjectFlock = {
|
export type BaseProjectFlock = {
|
||||||
id: number;
|
id: number;
|
||||||
name: string;
|
flock_name: string;
|
||||||
status: string;
|
status: string;
|
||||||
flock: Flock;
|
flock: Flock;
|
||||||
flock_id: number;
|
flock_id: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user