Skip to content

Commit

Permalink
punt on the unneeded interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkwaiblinger authored and RebeccaStevens committed Nov 21, 2024
1 parent deb701d commit d477558
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/typeGuards/literal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ export function isTrueLiteralType(type: ts.Type): type is TrueLiteralType {
* `LiteralType` from typescript except that it allows for it to work on arbitrary types.
* @category Type Types
*/
// TODO - resolve what to do with this apparently-useless type.
// See https://github.com/JoshuaKGoldberg/ts-api-utils/pull/535#discussion_r1845527367
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface UnknownLiteralType extends FreshableIntrinsicType {}

/**
Expand Down

0 comments on commit d477558

Please sign in to comment.