API/api.medcify.app/node_modules/snyk/dist/lib/feature-flags/fetchFeatureFlag.d.ts

3 lines
156 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { OrgFeatureFlagResponse } from './types';
export declare function fetchFeatureFlag(featureFlag: string, org: any): Promise<OrgFeatureFlagResponse>;