Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/feature-flags/index.d.ts
2026-04-07 14:50:23 +09:00

5 lines
313 B
TypeScript

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>;