Interface NoUnresolvedCommentsOptions

Users get notified when they have unresolved comments

interface NoUnresolvedCommentsOptions {
    allowResolve?: string[];
}

Properties

Properties

allowResolve?: string[]

Generated using TypeDoc