UNPKG

httpyac

Version:

HTTP/REST CLI Client for *.http files

7 lines (6 loc) 248 B
import * as models from '../../../models'; export declare function refMetaDataHandler(type: string, name: string | undefined, context: models.ParserContext): boolean; export interface RefMetaHttpRegionData { name: string; force: boolean; }