import { SelectInput } from './inputDTO'; import { ResultListObject } from './resultDTO'; export interface SelectInterface { select(input: SelectInput): Promise; }