VIBN Frontend for Coolify deployment
This commit is contained in:
12
lib/types/mvp.ts
Normal file
12
lib/types/mvp.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface MvpPlan {
|
||||
projectId: string;
|
||||
coreFlows: string[];
|
||||
coreFeatures: string[];
|
||||
supportingFeatures: string[];
|
||||
outOfScope: string[];
|
||||
technicalTasks: string[];
|
||||
blockers: string[];
|
||||
overallConfidence: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user