UNPKG

skysync-cli

Version:

SkySync Command Line Interface

16 lines (15 loc) 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputFormat = void 0; exports.outputFormat = { table: [ { header: 'ID', property: 'id' }, { header: 'Name', property: 'name' } ] };