3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
// app/interfaces/index.ts - 前端共享类型统一出口
|
|
export * from "./answer";
|
// app/interfaces/index.ts - 前端共享类型统一出口
|
|
export * from "./answer";
|