UNPKG

tarantoolscript

Version:

TypeScript definitions for Tarantool Lua API.

7 lines (6 loc) 91 B
export type QueueState = | 'INIT' | 'STARTUP' | 'RUNNING' | 'ENDING' | 'WAITING'