feat(settings): Remove old JSDoc typedefs

This commit is contained in:
2026-05-26 19:57:36 +02:00
committed by Gitea
parent b47ab0355e
commit 11800f6ef4
@@ -32,18 +32,6 @@ limitations under the License.
* @property {string} [description] * @property {string} [description]
*/ */
/**
* @typedef {BaseSettingConfig & { default: boolean }} BoolSettingConfig
*/
/**
* @typedef {BaseSettingConfig & { default: number }} NumberSettingConfig
*/
/**
* @typedef {BaseSettingConfig & { default: string }} StringSettingConfig
*/
/** /**
* @typedef {BaseSettingConfig & { * @typedef {BaseSettingConfig & {
* default: string | string[], * default: string | string[],