UNPKG

@archer-edu/dxp-directus-cli

Version:
6 lines (5 loc) 272 B
import { RemotePage, RemotePageKey } from "./support/types"; import commander from "commander"; declare const register: (program: commander.Command) => void; export default register; export declare function getParentPath(page: RemotePageKey, pages: RemotePage[]): string;