UNPKG
@tachybase/plugin-workflow-approval
Version:
alpha (1.2.16-alpha.5)
latest (1.6.4)
1.6.4
1.6.3
1.6.1
1.6.0
1.5.1
1.5.0
1.4.0
1.3.25
1.3.24
1.3.23
1.3.22
1.3.21
1.3.20
1.3.19
1.3.18
1.3.17
1.3.16
1.3.15
1.3.14
1.3.13
1.3.12
1.3.11
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.2
1.3.1
1.3.0
1.2.16-alpha.5
1.2.16-alpha.3
1.2.16-alpha.2
1.2.16-alpha.1
1.2.16-alpha.0
1.2.15
1.2.14
1.2.13
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.33
1.1.32
1.1.31
1.1.28
1.1.27
1.1.25
1.1.24
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.16
1.1.15
1.1.14
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.2
1.1.1
1.1.0
1.0.25
1.0.18
1.0.6
0.23.58
0.23.48
0.23.47
0.23.41
0.23.40
0.23.35
0.23.22
0.23.20
0.23.18
0.23.17
0.23.16
0.23.14
0.23.8
Approval base in Workflow
@tachybase/plugin-workflow-approval
/
dist
/
client
/
common
/
contexts
/
approvalExecution.d.ts
7 lines
(6 loc)
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
ApprovalExecution
{
id
:
number
; }
export
declare
const
ProviderContextApprovalExecution
:
import
(
"react"
).
Provider
<
Partial
<
ApprovalExecution
>>;
export
declare
function
useContextApprovalExecution
(
):
Partial
<
ApprovalExecution
>;
export
{};