EndpointsConstraint
Represents the constraint for API endpoint functions within the SDK. Each endpoint function must return a Promise, allowing for asynchronous operations.
type EndpointsConstraint = {
[key: string]: AnyFunction;
};Represents the constraint for API endpoint functions within the SDK. Each endpoint function must return a Promise, allowing for asynchronous operations.
type EndpointsConstraint = {
[key: string]: AnyFunction;
};