File size: 91 Bytes
d669ddb
 
 
 
 
1
2
3
4
5
6
export interface SysConfig {
  isSysCK: boolean;
  isAuth: boolean;
  info: string;
}