mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-26 10:06:13 +00:00
fix jsdoc type comment
This commit is contained in:
parent
4414e03012
commit
147deff8c5
@ -63,7 +63,7 @@ const nonIdFieldDataTypeClassification: { [K: string]: Classification } = generi
|
||||
|
||||
/**
|
||||
* A merge of id and non id field type security classifications
|
||||
* @type {{string: Classification}}
|
||||
* @type {([k: string]: Classification)}
|
||||
*/
|
||||
const defaultFieldDataTypeClassification = { ...idFieldDataTypeClassification, ...nonIdFieldDataTypeClassification };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user