interface ReleaseTaskLogUpdatedEvent {
    environmentId?: number;
    lines?: string[];
    projectId?: string;
    releaseId?: number;
    stepRecordId?: string;
    timelineRecordId?: string;
}

Hierarchy (View Summary)

Properties

environmentId?: number
lines?: string[]
projectId?: string
releaseId?: number
stepRecordId?: string
timelineRecordId?: string