Interface ProjectionItemProjectStatusEntry

interface ProjectionItemProjectStatusEntry {
    date: string;
    progress: number;
    status: string;
}

Properties

Properties

date: string
progress: number
status: string

Generated using TypeDoc