Files
2026-04-07 14:50:23 +09:00

3 lines
156 B
TypeScript

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