export const typeIconNames = [ 'audio-datatype', 'binary-object-datatype', 'bit-byte-vector-datatype', 'boolean-datatype', 'collection-list-datatype', 'collection-set-datatype', 'date-datatype', 'date-time-local-datatype', 'date-time-zoned-datatype', 'default-extension-datatype', 'document-datatype', 'duration-date-based-datatype', 'duration-time-based-datatype', 'geo-datatype', 'helm-datatype', 'image-png-datatype', 'image-svg-datatype', 'json-datatype', 'labeling-datatype', 'linear-notation-molecule', 'message-datatype', 'microscope', 'model-pmml-datatype', 'molecule', 'number-double-datatype', 'number-double-vector-datatype', 'number-integer-datatype', 'path-datatype', 'string-datatype', 'string-vector-datatype', 'subgraph-datatype', 'term-datatype', 'test-tube', 'time-datatype', 'tool-datatype', 'unknown-datatype', 'uri-datatype', 'variable-boolean', 'variable-collection-boolean', 'variable-collection-double', 'variable-collection-integer', 'variable-collection-string', 'variable-conda-environment', 'variable-credential', 'variable-integer', 'variable-number-double', 'variable-path', 'variable-string', 'variable-unknown', 'xml-datatype' ] as const; export type TypeIconName = typeof typeIconNames[number];