node-pg-migrate
Version:
PostgreSQL database migration management tool for node.js
9 lines (6 loc) • 335 B
TypeScript
import { b as Nullable } from '../../generalTypes-BlKhVJMl.js';
type ViewOptions = {
[key: string]: boolean | number | string;
};
declare function viewOptionStr<TViewOptions extends Nullable<ViewOptions>, TKey extends keyof TViewOptions>(options: TViewOptions): (key: TKey) => string;
export { type ViewOptions, viewOptionStr };