mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
import type { Eps } from "../../types";
|
|
export declare function createEps(query?: {
|
|
list: any[];
|
|
}): Promise<{
|
|
service: {};
|
|
list: Eps.Entity[];
|
|
}>;
|