UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

12 lines (10 loc) 217 B
import { IteratorType } from './IteratorType'; export interface Index { EQ: IteratorType; REQ: IteratorType; GT: IteratorType; GE: IteratorType; ALL: IteratorType; LT: IteratorType; LE: IteratorType; }