UNPKG

@riao/dbal

Version:
5 lines (4 loc) 97 B
export interface DropTableOptions { tables: string | string[]; ifExists?: boolean; }