Type of technicalDocumentationTask

typeParam technicalDocumentationTask - An object with the properties of a task for the Technical Documentation

interface technicalDocumentationTask {
    applicableElement: string;
    taskDetails: null | string;
    taskName: string;
    taskUrl: null | string;
}

Properties

applicableElement: string
taskDetails: null | string
taskName: string
taskUrl: null | string