Interface ProjectionItemProjectStatusEntry

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

Properties

Properties

date: string
progress: null | number
status: null | string

Generated using TypeDoc