UNPKG

declarapi

Version:
11 lines (9 loc) 189 B
export type Elastic = { type: 'elasticsearch'; index: string; } export type KeyValue = { type: 'key-value'; backend: 'memory' | 'worker' | 'custom' // | 'redis' index: string; }