Browse Source

chore(gui-v2): update `AppInfo` interface

pull/3109/head
braks 2 years ago
parent
commit
ea2d01b541
  1. 12
      packages/nc-gui-v2/composables/useGlobal/types.ts

12
packages/nc-gui-v2/composables/useGlobal/types.ts

@ -13,6 +13,18 @@ export interface FeedbackForm {
export interface AppInfo {
ncSiteUrl: string
authType: 'jwt' | 'masterKey' | 'none'
connectToExternalDB: boolean
defaultLimit: number
firstUser: boolean
githubAuthEnabled: boolean
googleAuthEnabled: boolean
ncMin: boolean
oneClick: boolean
projectHasAdmin: boolean
teleEnabled: boolean
type: string
version: string
}
export interface StoredState {

Loading…
Cancel
Save