UNPKG

@veedstudio/veed-node

Version:
12 lines (11 loc) 232 B
export declare type RequestOptionParams = { url: string; json?: boolean; method: string; headers: { Authorization: string; }; body?: any; qs?: any; }; export declare type RenderObjectSchema = {};