feat: add add new config strategy to frontend
This commit is contained in:
7
frontend/src/types/config.type.ts
Normal file
7
frontend/src/types/config.type.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
type Config = {
|
||||
key: string;
|
||||
value: string;
|
||||
type: string;
|
||||
};
|
||||
|
||||
export default Config;
|
||||
Reference in New Issue
Block a user