export interface Schema0 { /** * If `false`, will report computed (and thus, un-lintable) references to namespace members. */ allowComputed?: boolean; } export type NamespaceRuleOptions = [Schema0?];