UNPKG
@handfish/hygen
Version:
latest (6.1.6)
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
The scalable code generator that saves you time.
github.com/jondot/hygen
jondot/hygen
@handfish/hygen
/
dist
/
ops
/
result.d.ts
9 lines
(8 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
_default
:
(
type
:
any
,
subject
:
any
,
start
?:
Date
) =>
(
status
:
any
,
payload
?:
any
,
end
?:
Date
) =>
{
payload
:
any
;
type
:
any
;
subject
:
any
;
status
:
any
;
timing
:
number
; };
export
default
_default;