Interface ProjectionItemLifecycle

interface ProjectionItemLifecycle {
    currentPhase: string;
    phases: Record<string, string>;
}

Properties

Properties

currentPhase: string
phases: Record<string, string>

Map of phase name to date

Generated using TypeDoc