export interface Schema0 {
  allowedAuthors?: string[];
  allowedLicenses?: string[] | boolean;
  licensePattern?: string;
  numericOnlyVariation?: boolean;
}

export type CheckValuesRuleOptions = [Schema0?];
