EscolaLMS/Front

View on GitHub
src/utils/meta.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const metaDataKeys = {
  // for showing first time questionnaire
  questionnaireFirstTimeMetaKey: "questionnaire_first_time",
  // to show terms page in navigation becausse is a generic page
  termsPageMetaKey: "termsPage",
  footerWarningMetaKey: "footerWarning",
  registerWarningMetaKey: "registerWarning",
};