4 lines
45 B
TypeScript
4 lines
45 B
TypeScript
interface SystemSetting {
|
|
title: string;
|
|
}
|
interface SystemSetting {
|
|
title: string;
|
|
}
|