generated from Seekra/repository-template
feat(settings): Remove old JSDoc typedefs
This commit is contained in:
@@ -32,18 +32,6 @@ limitations under the License.
|
||||
* @property {string} [description]
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {BaseSettingConfig & { default: boolean }} BoolSettingConfig
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {BaseSettingConfig & { default: number }} NumberSettingConfig
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {BaseSettingConfig & { default: string }} StringSettingConfig
|
||||
*/
|
||||
|
||||
/**
|
||||
* @typedef {BaseSettingConfig & {
|
||||
* default: string | string[],
|
||||
|
||||
Reference in New Issue
Block a user