API/api.medcify.app/node_modules/snyk/dist/lib/apps/rest-utils.d.ts

9 lines
365 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
/**
* Collection of utility function for the
* $snyk apps commands
*/
import { EAppsURL, ICreateAppResponse, IGetAppsURLOpts } from '.';
export declare function getAppsURL(selection: EAppsURL, opts?: IGetAppsURLOpts): string;
export declare function handleRestError(error: any): void;
export declare function handleCreateAppRes(res: ICreateAppResponse): string;