UNPKG
ts-convict
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
0.2.2
Model style decorators for your convict config.
github.com/kferrone/ts-convict
kferrone/ts-convict
ts-convict
/
dist
/
interfaces.d.ts
10 lines
(9 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Parser, ValidationMethod, Format }
from
"convict"; export interface ConfigOptions { file?: string; parser?: Parser | Parser[]; validationMethod?: ValidationMethod; formats?: {
[name: string]
: Format; }; }