/** Details about data policy. */
export interface ProjectDataPolicy {
  /** Whether the project contains any content inaccessible to the requesting application. */
  anyContentBlocked: boolean;
}
