export interface queryOptionsInterface { multi?: boolean; } export interface returnObj { removed: number; }