UNPKG
@gotamedia/oc
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Set of OC helper for NodeJs Runtime.
bitbucket.org/gotamedia/oc
@gotamedia/oc
/
services
/
Objects.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
declare
const
getObject
:
(
uuid
:
string
) =>
Promise
<
string
>;
declare
const
getImage
:
(
uuid
:
string
) =>
Promise
<
string
>;
export
{ getObject, getImage };