UNPKG
typeorm-stubs
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
1.0.0
Stubs generator for Typeorm entities
github.com/superclaw/typeorm-stubs
superclaw/typeorm-stubs
typeorm-stubs
/
interfaces
/
stub-options.interface.d.ts
13 lines
(12 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
StubOptions
{
/** * Allow deep generation. * Default: true. * */
deep?:
boolean
;
/** * Whether to full nulls for nullable missing values. * Default: false. */
nullDefaults?:
boolean
; }