Skip to content

Commit 2e9aac4

Browse files
committed
feat: add Bytes and Text types suggestion in autocomplete
1 parent 96411ee commit 2e9aac4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/monaco/yql/constants.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import type {YQLEntity} from '@gravity-ui/websql-autocomplete';
22

33
export const SimpleTypes = [
4+
'Text',
5+
'Bytes',
46
'String',
57
'Bool',
68
'Int32',

0 commit comments

Comments
 (0)