types-shri-mangal-mandir
v0.1.13
Published
Shared TypeScript types for Shri Mangal Mandir web and kiosk apps
Maintainers
Readme
types-shri-mangal-mandir
Shared TypeScript definitions for the Shri Mangal Mandir web and kiosk applications.
Getting started
npm install
npm run buildThis compiles all declarations into dist/ so they can be consumed by the Angular apps.
Usage inside apps
Install the package locally via a file reference, e.g.:
npm install --save ../types-shri-mangal-mandirThen import the shapes you need:
import { MandirBrandConfig } from 'types-shri-mangal-mandir';Project structure
src/enum– application-level enums shared between clients.src/interfaces– core interfaces for brand, contact, and donation configuration.src/types– common type aliases (currencies, firebase config keys, etc.).
Extend this library as new shared contracts emerge between the web and kiosk projects.
