UNPKG
database-all
Version:
latest (1.0.3)
1.0.3
MIMS Drug Database integration
database-all
/
dist
/
methods
/
ProductImage.d.ts
5 lines
•
202 B
TypeScript
View Raw
1
2
3
4
5
export
default
class
ProductImage
{
static
searchImage
(
imageId
:
string
):
Promise
<
unknown
>;
static
getImageDetails
(
imageId
:
string
):
Promise
<
unknown
>; }
//# sourceMappingURL=ProductImage.d.ts.map