mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-02-23 17:32:13 +00:00
refactor: split api into api, api-cli & api-plugin
This commit is contained in:
@@ -38,7 +38,6 @@ export interface SCSettingWithoutReferences
|
||||
inputType: SCSettingInputType;
|
||||
/**
|
||||
* The order number this setting should show up in its category list
|
||||
*
|
||||
* @integer
|
||||
*/
|
||||
order: number;
|
||||
@@ -78,7 +77,6 @@ export enum SCSettingInputType {
|
||||
|
||||
/**
|
||||
* A setting with references
|
||||
*
|
||||
* @validatable
|
||||
*/
|
||||
export interface SCSetting
|
||||
@@ -111,7 +109,6 @@ export type SCSettingValues = SCSettingValue[];
|
||||
export interface SCSettingValueTranslatableProperties extends SCThingWithCategoriesTranslatableProperties {
|
||||
/**
|
||||
* The translations of the possible values of a setting
|
||||
*
|
||||
* @keyword
|
||||
*/
|
||||
values?: string[];
|
||||
|
||||
Reference in New Issue
Block a user