神仙都没用 68cd190481 发布 8.0
2025-02-19 11:41:01 +08:00

11 lines
223 B
TypeScript

import type { Eps } from "../../types";
export declare function createEps(): Promise<{
service: {};
list: Eps.Entity[];
isUpdate: boolean;
} | {
service: {};
list: never[];
isUpdate?: undefined;
}>;