UNPKG

skysync-cli

Version:

SkySync Command Line Interface

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