nestjs-aliyun-tablestore
Version:
Aliyun Tablestore module for NestJS
11 lines (10 loc) • 320 B
TypeScript
import * as TableStore from 'tablestore';
import { TablestoreModuleOptions } from './interfaces';
export declare class TablestoreService {
private options;
private client;
constructor(options: TablestoreModuleOptions);
private isAKOptions;
private isSTSOptions;
getClient(): TableStore.Client;
}