Alokai

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;
};

Referenced Types

On this page