diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 73af3cd..35a4ac7 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -93,4 +93,5 @@ export enum DICT_TYPE { SYSTEM_OAUTH2_GRANT_TYPE = 'system_oauth2_grant_type', SYSTEM_MAIL_SEND_STATUS = 'system_mail_send_status', SYSTEM_NOTIFY_TEMPLATE_TYPE = 'system_notify_template_type', + INFRA_BOOLEAN_STRING = 'infra_boolean_string', }