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

7 lines
138 B
TypeScript

interface Item {
path: string;
code: string;
}
export declare function createFile(data: Item | Item[]): Promise<void>;
export {};