dashpresshq/dashpress

View on GitHub
src/shared/user-preferences/portal/main.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export type PortalUserPreferencesKeys = "";

export const PORTAL_CONFIGURATION_KEYS = {
  "": {
    defaultValue: "",
    label: "",
  },
};