Bug Report
🔎 Search Terms
https://github.com/microsoft/TypeScript/issues?q=is%3Aissue+is%3Aopen+lib.dom.d.ts+Account
Following issues seem related, but none suggests removal of the Account interface: #32845, #19040, #23595
🕗 Version & Regression Information
?
⏯ Playground Link
N/A
💻 Code
|
interface Account { |
|
displayName: string; |
|
id: string; |
|
imageURL?: string; |
|
name?: string; |
|
rpDisplayName: string; |
|
} |
🙁 Actual behavior
interface Account is present in lib.dom.d.ts without an explanation in comment or git commit message.
🙂 Expected behavior
There is no real DOM API with such interface => should be either removed or explained with a comment.
Maybe it was created by webscraping MDN? https://developer.mozilla.org/en-US/account/ page exists and it displays info similar to the interface for logged in users ¯\_(ツ)_/¯
Bug Report
🔎 Search Terms
https://github.com/microsoft/TypeScript/issues?q=is%3Aissue+is%3Aopen+lib.dom.d.ts+Account
Following issues seem related, but none suggests removal of the
Accountinterface: #32845, #19040, #23595🕗 Version & Regression Information
?
⏯ Playground Link
N/A
💻 Code
TypeScript/lib/lib.dom.d.ts
Lines 25 to 31 in 2f47527
🙁 Actual behavior
interface Accountis present in lib.dom.d.ts without an explanation in comment or git commit message.🙂 Expected behavior
There is no real DOM API with such interface => should be either removed or explained with a comment.
Maybe it was created by webscraping MDN? https://developer.mozilla.org/en-US/account/ page exists and it displays info similar to the interface for logged in users ¯\_(ツ)_/¯