mirror of
https://github.com/pawelmalak/flame.git
synced 2026-02-28 09:23:12 +08:00
Weather settings view. API: select which keys to get from Config
This commit is contained in:
8
client/src/interfaces/Config.ts
Normal file
8
client/src/interfaces/Config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Model } from './';
|
||||
|
||||
export interface Config extends Model {
|
||||
key: string;
|
||||
value: string;
|
||||
valueType: string;
|
||||
isLocked: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user