UNPKG

node-pg-migrate

Version:

PostgreSQL database migration management tool for node.js

9 lines (7 loc) 222 B
interface PolicyOptions { role?: string | string[]; using?: string; check?: string; } declare function makeClauses({ role, using, check }: PolicyOptions): string[]; export { type PolicyOptions, makeClauses };