interface TimelineIterationStatus {
    message?: string;
    type?: TimelineIterationStatusCode;
}

Properties

Properties

message?: string