interface TimelineCriteriaStatus {
    message?: string;
    type?: TimelineCriteriaStatusCode;
}

Properties

Properties

message?: string