UNPKG
@bondsoftware/bondmx-sdk
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
BondMX SDK
github.com/Bond-Software/bondmx-sdk
Bond-Software/bondmx-sdk
@bondsoftware/bondmx-sdk
/
lib
/
resources.d.ts
8 lines
(7 loc)
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
TypeHandler
,
TypeInstance
}
from
'./resources/index'
;
/** * Create an API instance using the provided API handler. *
@param
apiHandler {Object} *
@returns
{
Object
} */
export
declare
function
createApiInstance
(
apiHandler: TypeHandler
):
TypeInstance
;