generated from Seekra/repository-template
add settings configuration parser #78
@@ -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
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
jakob.scheid marked this conversation as resolved
|
|||||||
* @typedef {BaseSettingConfig & {
|
* @typedef {BaseSettingConfig & {
|
||||||
* default: string | string[],
|
* default: string | string[],
|
||||||
|
|||||||
Reference in New Issue
Block a user
Could you please check the value of
typeinstead of the type ofdefault?