import { ResultListObject } from './resultDTO'; export interface SelectAllInterface { selectAll(): Promise; }