UNPKG

@foxpage/foxpage-node-sdk

Version:

foxpage node sdk

3 lines (2 loc) 236 B
import { FoxpageRequestOptions } from '@foxpage/foxpage-types'; export declare const getDSL: (pageId: string, appId: string, opt: FoxpageRequestOptions) => Promise<import("@foxpage/foxpage-types").StructureNode<Record<string, any>>[]>;