created new sprint form component draft
This commit is contained in:
@@ -232,7 +232,7 @@ export interface ScrumUserstory {
|
||||
export interface ScrumSprint{
|
||||
id?: number;
|
||||
title: string;
|
||||
description: string;
|
||||
description?: string;
|
||||
startDate: Date;
|
||||
endDate: Date;
|
||||
project: number;
|
||||
|
||||
Reference in New Issue
Block a user