UNPKG

@authup/server-api

Version:

This is a standalone application.

7 lines 245 B
import type { CommandModule } from 'yargs'; export declare class MigrationStatusCommand implements CommandModule { command: string; describe: string; handler(args: any): Promise<void>; } //# sourceMappingURL=migration-status.d.ts.map