mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 19:13:31 +01:00
types(ColorResolvable): readonly tuple (#6153)
This commit is contained in:
committed by
GitHub
parent
5addcd15d8
commit
1e90be8f7a
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3080,7 +3080,7 @@ export type ColorResolvable =
|
|||||||
| 'DARK_BUT_NOT_BLACK'
|
| 'DARK_BUT_NOT_BLACK'
|
||||||
| 'NOT_QUITE_BLACK'
|
| 'NOT_QUITE_BLACK'
|
||||||
| 'RANDOM'
|
| 'RANDOM'
|
||||||
| [number, number, number]
|
| readonly [number, number, number]
|
||||||
| number
|
| number
|
||||||
| HexColorString;
|
| HexColorString;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user