mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
refactor: deprecate $ prefix from ws.properties keys (#8095)
This commit is contained in:
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@@ -6016,8 +6016,14 @@ export interface WebSocketOptions {
|
||||
}
|
||||
|
||||
export interface WebSocketProperties {
|
||||
os?: string;
|
||||
browser?: string;
|
||||
device?: string;
|
||||
/** @deprecated Use {@link os} instead. */
|
||||
$os?: string;
|
||||
/** @deprecated Use {@link browser} instead. */
|
||||
$browser?: string;
|
||||
/** @deprecated Use {@link device} instead. */
|
||||
$device?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user