Edit File: types.d.ts
export type OrgFeatureFlagResponse = { ok?: boolean; userMessage?: string; code?: number; error?: string; };
Back to File Manager