import { SelectInput } from './inputDTO'; import { ResultObject } from './resultDTO'; export interface DeleteInterface { delete(input: SelectInput): Promise; }