UNPKG

nest-shrimpy

Version:

Shrimpy wrapper for NestJS

7 lines (6 loc) 277 B
import { NestShrimpyService } from '../nest-shrimpy.service'; export declare class NestShrimpyClientController { private readonly nestShrimpyService; constructor(nestShrimpyService: NestShrimpyService); index(): Promise<import("shrimpy-node").IManagementStatus>; }