mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2025-12-12 13:42:50 +00:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
interface Item {
|
|
path: string;
|
|
code: string;
|
|
}
|
|
export declare function createFile(data: Item | Item[]): Promise<void>;
|
|
export {};
|