interface CreateTaskCommentRequest {
    text?: string;
    timeSpent?: number;
}

Properties

Properties

text?: string
timeSpent?: number