Interface PersistedLifecyclePhase

interface PersistedLifecyclePhase {
    phase: string;
    startDate: string;
}

Properties

Properties

phase: string
startDate: string

Generated using TypeDoc