interface TimelineTeamStatus {
    message?: string;
    type?: TimelineTeamStatusCode;
}

Properties

Properties

message?: string