interface Sprint {
    completeDate?: string;
    createdDate?: string;
    endDate?: string;
    goal?: string;
    id: number;
    name: string;
    originBoardId?: number;
    self?: string;
    startDate?: string;
    state: string;
}

Properties

completeDate?: string
createdDate?: string
endDate?: string
goal?: string
id: number
name: string
originBoardId?: number
self?: string
startDate?: string
state: string