UNPKG

skysync-cli

Version:

SkySync Command Line Interface

20 lines (19 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputFormat = void 0; exports.outputFormat = { table: [ { header: 'ID', property: 'id' }, { header: 'Name', property: 'name' } ], json: [ 'description', 'parameters' ] };