@apillon/cli
Version:
▶◀ Apillon CLI tools ▶◀
6 lines • 314 B
TypeScript
import { Command } from 'commander';
import { GlobalOptions } from './types';
import { IApillonPagination } from '@apillon/sdk';
export declare function addPaginationOptions(command: Command): Command;
export declare function paginate(opts: GlobalOptions): IApillonPagination;
//# sourceMappingURL=options.d.ts.map