UNPKG
@jojoxd/barrels-nx
Version:
latest (0.0.1-alpha.0)
next (0.0.1-alpha.0)
0.0.1-alpha.0
Barrels NX Plugin
gitlab.jojoxd.nl/jojoxd-npm/barrels
@jojoxd/barrels-nx
/
src
/
executors
/
generate
/
schema.d.ts
10 lines
(7 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
type
IntermediateSchema
=
Omit
<
BarrelsOptions
,
''
>;
export
interface
Schema
extends
IntermediateSchema
{
// @
TODO:
Do we want debounce?
debounce
:
number
;
watch
:
boolean
; }