forked from Ivasoft/mattermost-mobile
MM_36721 : Restructure Entities - Global & System (#5504)
This commit is contained in:
5
types/database/models/app/global.d.ts
vendored
5
types/database/models/app/global.d.ts
vendored
@@ -11,9 +11,6 @@ export default class Global extends Model {
|
||||
/** table (name) : global */
|
||||
static table: string;
|
||||
|
||||
/** name : The label/key to use to retrieve the special 'value' */
|
||||
name: string;
|
||||
|
||||
/** value : The value part of the key-value combination */
|
||||
/** value : The value part of the key-value combination and whose key will be the id column */
|
||||
value: any;
|
||||
}
|
||||
|
||||
5
types/database/models/servers/system.d.ts
vendored
5
types/database/models/servers/system.d.ts
vendored
@@ -12,9 +12,6 @@ export default class System extends Model {
|
||||
/** table (name) : System */
|
||||
static table: string;
|
||||
|
||||
/** name : The name or key value for the config */
|
||||
name: string;
|
||||
|
||||
/** value : The value for that config/information */
|
||||
/** value : The value for that config/information and whose key will be the id column */
|
||||
value: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user