UNPKG

streamby-core

Version:

StreamBy middleware framework for media storage management

3 lines (2 loc) 202 B
import { SetupStreambyPgOptions, SetupResult } from '../config/types'; export declare function setupStreambyPg({ pool, schema, reset, allowResetInProd, }: SetupStreambyPgOptions): Promise<SetupResult>;