@animeapis/credentials
Version:
Animeshon Credentials API Client for Node.js
15 lines (14 loc) • 551 B
TypeScript
import * as v1alpha1 from './v1alpha1';
declare const KeeperClient: typeof v1alpha1.KeeperClient;
declare type KeeperClient = v1alpha1.KeeperClient;
declare const OAuth2Client: typeof v1alpha1.OAuth2Client;
declare type OAuth2Client = v1alpha1.OAuth2Client;
export { v1alpha1, KeeperClient, OAuth2Client };
declare const _default: {
v1alpha1: typeof v1alpha1;
KeeperClient: typeof v1alpha1.KeeperClient;
OAuth2Client: typeof v1alpha1.OAuth2Client;
};
export default _default;
import * as protos from '../protos/protos';
export { protos };