UNPKG

@nfps.dev/cli

Version:

CLI for NFP development, inspection, and manipulation

24 lines (23 loc) 530 B
export declare const H_CMDS_QUERY: { 'query <method> [args]': import("../common.js").Command<{ 'inject-token-id': { alias: string; type: "boolean"; desc: string; }; 'inject-viewer-info': { alias: string; type: "boolean"; desc: string; }; }, { method: { type: "string"; desc: string; }; args: { type: "string"; desc: string; }; }>; };