UNPKG

skysync-cli

Version:

SkySync Command Line Interface

32 lines (31 loc) 644 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.outputFormat = void 0; exports.outputFormat = { table: [ { header: 'ID', property: 'id' }, { header: 'Name', property: 'name' }, { header: 'Action', property: 'action' }, { header: 'Level', property: 'level' }, { header: 'Priority', property: 'priority' } ], json: [ 'description', 'filter' ] };