UNPKG

200 BTypeScriptView Raw
1import { BaseService, Sudo } from '../infrastructure';
2export declare class Keys extends BaseService {
3 show(keyId: string, options?: Sudo): Promise<import("../infrastructure").GetResponse>;
4}