Type alias user

user: { installedApps?: string[]; name: string }

A user.json file on Citadel. Some data may automatically be added and not actually in the file

Type declaration

  • Optional installedApps?: string[]

    The list of IDs of installed apps

  • name: string

    The user's name

Generated using TypeDoc