Remove API service interface
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
import { Query } from "./query";
|
||||
|
||||
export interface APIService<T> {
|
||||
find: (id: string) => Promise<T[]>;
|
||||
all: () => Promise<T[]>;
|
||||
where: (params: Query[]) => Promise<T[]>;
|
||||
}
|
||||
Reference in New Issue
Block a user