UNPKG

skysync-cli

Version:

SkySync Command Line Interface

13 lines (12 loc) 279 B
export declare const outputFormat: { table: ({ header: string; property: string; transform?: undefined; } | { header: string; property: string; transform: (val: any) => boolean; })[]; json: string[]; };