UNPKG

@authup/server-api

Version:

This is a standalone application.

14 lines 414 B
import type { Arguments, Argv, CommandModule } from 'yargs'; interface HealthCheckArguments extends Arguments { root: string; } export declare class HealthCheckCommand implements CommandModule { command: string; describe: string; builder(args: Argv): Argv<{ root: string; }>; handler(args: HealthCheckArguments): Promise<void>; } export {}; //# sourceMappingURL=healthcheck.d.ts.map