export type OrgFeatureFlagResponse = {
    ok?: boolean;
    userMessage?: string;
    code?: number;
    error?: string;
};
