UNPKG

@archer-edu/dxp-directus-cli

Version:
5 lines (4 loc) 221 B
import commander from "commander"; declare const register: (program: commander.Command) => void; export default register; export declare function getSiteData(siteId: string, tag: string, debug?: boolean): Promise<any[]>;