dashpresshq/dashpress

View on GitHub
src/shared/configurations/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export type { AppConfigurationKeys } from "./constants";
export { APP_CONFIGURATION_CONFIG } from "./constants";
export type { ISystemSettings } from "./system";
export { DEFAULT_SYSTEM_SETTINGS } from "./system";
export * from "./types";