UNPKG

@eslint-types/typescript-eslint

Version:
7 lines (5 loc) 184 B
export interface Schema0 { allowInGenericTypeArguments?: boolean | [string, ...string[]]; allowAsThisParameter?: boolean; } export type NoInvalidVoidTypeRuleOptions = [Schema0?];