export interface Schema0 {
  allowExtraTrailingParamDocs?: boolean;
  checkDestructured?: boolean;
  checkRestProperty?: boolean;
  checkTypesPattern?: string;
  disableExtraPropertyReporting?: boolean;
  disableMissingParamChecks?: boolean;
  enableFixer?: boolean;
  useDefaultObjectProperties?: boolean;
}

export type CheckParamNamesRuleOptions = [Schema0?];
