fix jsdoc type comment

This commit is contained in:
Seyi Adebajo 2017-12-06 10:26:03 -08:00
parent 4414e03012
commit 147deff8c5

View File

@ -63,7 +63,7 @@ const nonIdFieldDataTypeClassification: { [K: string]: Classification } = generi
/** /**
* A merge of id and non id field type security classifications * A merge of id and non id field type security classifications
* @type {{string: Classification}} * @type {([k: string]: Classification)}
*/ */
const defaultFieldDataTypeClassification = { ...idFieldDataTypeClassification, ...nonIdFieldDataTypeClassification }; const defaultFieldDataTypeClassification = { ...idFieldDataTypeClassification, ...nonIdFieldDataTypeClassification };