3 lines
88 B
TypeScript
3 lines
88 B
TypeScript
export interface PublicServerSetting {
|
|
publicSettings: { [ name: string ]: string }
|
|
}
|