node-pg-migrate
Version:
PostgreSQL database migration management tool for node.js
11 lines (8 loc) • 426 B
TypeScript
import { M as MigrationOptions } from '../../migrationOptions-BgtOZlq1.js';
import { N as Name } from '../../generalTypes-BlKhVJMl.js';
import { RoleOptions } from './shared.js';
import '../../logger.js';
import '../../utils/createTransformer.js';
type AlterRole = (roleName: Name, roleOptions: RoleOptions) => string;
declare function alterRole(mOptions: MigrationOptions): AlterRole;
export { type AlterRole, alterRole };