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,
|
SLIDER,
|
||||||
COMPONENT,
|
COMPONENT,
|
||||||
ARRAY,
|
ARRAY,
|
||||||
USERS, // List of users
|
/**
|
||||||
CHANNELS, // List of channels
|
* List of users
|
||||||
GUILDS, // List of guilds
|
*/
|
||||||
|
USERS,
|
||||||
|
/**
|
||||||
|
* List of channels
|
||||||
|
*/
|
||||||
|
CHANNELS,
|
||||||
|
/**
|
||||||
|
* List of guilds
|
||||||
|
*/
|
||||||
|
GUILDS,
|
||||||
}
|
}
|
||||||
|
|
||||||
export type SettingsDefinition = Record<string, PluginSettingDef>;
|
export type SettingsDefinition = Record<string, PluginSettingDef>;
|
||||||
|
|
Loading…
Reference in a new issue