mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
4 lines
46 B
TypeScript
4 lines
46 B
TypeScript
export interface TestType {
|
|
name: string;
|
|
}
|