Alokai

PlatformApi

type PlatformApi = {
  [functionName: string]: (context: Context, ...args: any[]) => Promise<any>;
};

Referenced Types

On this page