UNPKG

@riao/dbal

Version:
5 lines (4 loc) 95 B
export interface DropUserOptions { names: string | string[]; ifExists?: boolean; }