interface TestFieldsEx2 {
    fieldId?: number;
    fieldName?: string;
    fieldType?: number;
    isResultScoped?: boolean;
    isRunScoped?: boolean;
    isSystemField?: boolean;
    projectId?: string;
}

Properties

fieldId?: number
fieldName?: string
fieldType?: number
isResultScoped?: boolean
isRunScoped?: boolean
isSystemField?: boolean
projectId?: string