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

5 lines
313 B
TypeScript
Raw Normal View History

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