export interface Schema0 {
  ignoreIntersections?: boolean;
  ignoreUnions?: boolean;
}

export type NoDuplicateTypeConstituentsRuleOptions = [Schema0?];
