UNPKG

@apillon/cli

Version:
6 lines 314 B
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