UNPKG
finite-state-sdk
Version:
latest (0.0.1-beta.5)
0.0.1-beta.5
0.0.1-beta.4
0.0.1-beta.3
0.0.1-beta.2
0.0.1-beta.1
The Finite State SDK.
finite-state-sdk
/
dist
/
fs
/
getAllProducts.d.ts
3 lines
(2 loc)
•
118 B
TypeScript
View Raw
1
2
3
declare
function
getAllProducts
(
token
:
any
,
organizationContext
:
any
):
Promise
<
any
[]>;
export
default
getAllProducts;