export enum SystemConfigsTypeEnum { fastgpt = 'fastgpt', fastgptPro = 'fastgptPro', systemMsgModal = 'systemMsgModal', license = 'license' } export const SystemConfigsTypeMap = { [SystemConfigsTypeEnum.fastgpt]: { label: 'fastgpt' }, [SystemConfigsTypeEnum.fastgptPro]: { label: 'fastgptPro' }, [SystemConfigsTypeEnum.systemMsgModal]: { label: 'systemMsgModal' }, [SystemConfigsTypeEnum.license]: { label: 'license' } };