5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
|
|
/**
|
||
|
|
* 接口导出
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './NetworkInterfaces';
|