mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { Redis } from '../../common/cache/redis';
|
|
import {IServer_User_Config} from "../types/config"
|
|
var obj={
|
|
config:<IServer_User_Config>{}
|
|
};
|
|
export default obj |