UNPKG

@riao/dbal

Version:
5 lines (4 loc) 87 B
export interface DropDatabaseOptions { name: string; ifExists?: boolean; }