UNPKG
move-qcp
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
0.0.1
Deploy CPQ Quote Calculator Plugin
github.com/PreziosiRaffaele/move-qcp
PreziosiRaffaele/move-qcp
move-qcp
/
lib
/
HandleCreateQCP.d.ts
8 lines
(7 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
CpqQcpCreateResult
}
from
'./commands/cpq/qcp/create'
;
interface
Flags
{
outputdir
:
string
;
name
:
string
; }
export
declare
function
createQCP
(
flags
:
Flags
):
Promise
<
CpqQcpCreateResult
>;
export
{};