UNPKG

skysync-cli

Version:

SkySync Command Line Interface

14 lines (13 loc) 265 B
export declare const outputFormat: { table: { header: string; property: string; }[]; }; export declare const detailedOutputFormat: { table: { header: string; property: string; }[]; json: string[]; };