3 lines
156 B
TypeScript
3 lines
156 B
TypeScript
|
import { OrgFeatureFlagResponse } from './types';
|
||
|
export declare function fetchFeatureFlag(featureFlag: string, org: any): Promise<OrgFeatureFlagResponse>;
|