UNPKG

@alwaysai/cloud-api

Version:

A library for defining the alwaysAI Cloud API

5 lines 254 B
import { AuthenticationStorage } from './authentication-client'; export declare function AuthenticationInMemoryStorage(): AuthenticationStorage & { listItems: () => [string, string][]; }; //# sourceMappingURL=authentication-in-memory-storage.d.ts.map