UNPKG

lomi.cli

Version:

Command line interface for lomi's payment infrastructure

10 lines (9 loc) 292 B
export declare class ApiError extends Error { status: number; body: unknown; message: string; constructor(status: number, body: unknown, message?: string); } export declare function makeRequest<T>(path: string, options?: RequestInit & { verbose?: boolean; }): Promise<T>;