UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

6 lines (5 loc) 115 B
export type IndexSequenceOptions = | string | number | boolean | { id?: number | string; field?: number; }