mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
change to javadoc
This commit is contained in:
parent
76ff7ed603
commit
b5c041282a
1 changed files with 12 additions and 3 deletions
|
@ -169,9 +169,18 @@ export const enum OptionType {
|
|||
SLIDER,
|
||||
COMPONENT,
|
||||
ARRAY,
|
||||
USERS, // List of users
|
||||
CHANNELS, // List of channels
|
||||
GUILDS, // List of guilds
|
||||
/**
|
||||
* List of users
|
||||
*/
|
||||
USERS,
|
||||
/**
|
||||
* List of channels
|
||||
*/
|
||||
CHANNELS,
|
||||
/**
|
||||
* List of guilds
|
||||
*/
|
||||
GUILDS,
|
||||
}
|
||||
|
||||
export type SettingsDefinition = Record<string, PluginSettingDef>;
|
||||
|
|
Loading…
Reference in a new issue