UNPKG

@visionfi/server-cli

Version:

Command-line interface for VisionFI Server SDK

17 lines (16 loc) 378 B
/** * Admin commands for VisionFI CLI * Copyright (c) 2024-2025 VisionFI. All Rights Reserved. */ /** * Get available product types */ export declare function getProductTypes(): Promise<void>; /** * Get available workflows */ export declare function getWorkflows(): Promise<void>; /** * Get client information */ export declare function getClientInfo(): Promise<void>;