We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96411ee commit 6a99452Copy full SHA for 6a99452
src/utils/monaco/yql/constants.ts
@@ -1,6 +1,8 @@
1
import type {YQLEntity} from '@gravity-ui/websql-autocomplete';
2
3
export const SimpleTypes = [
4
+ 'Text',
5
+ 'Bytes',
6
'String',
7
'Bool',
8
'Int32',
0 commit comments