export interface GetFeatureFlagById {
  /** The ID of the Feature Flag to fetch. */
  featureFlagId: string;
}
