1
0
Fork 1
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:
Elvy 2025-01-04 14:55:11 +01:00
parent 76ff7ed603
commit b5c041282a

View file

@ -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>;