UNPKG
@nova-ts/core
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A serverside framework used to build scalable application
github.com/Inbanithi107/NovaTS
@nova-ts/core
/
dist
/
Constants
/
NovaConstants.d.ts
14 lines
(12 loc)
•
291 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * It consist of constants used throughout the framework */
declare
const
NovaConstant
: { Controller:
string
; ControllerParameter:
string
; NovaFilterMeta:
string
; NovaFilter:
string
; NovaRequestHolder:
string
; NovaValueMeta:
string
; }; export { NovaConstant };