aboutsummaryrefslogtreecommitdiff
path: root/definitions/structs/current_application_info.yml
blob: cbf338dc80c9ca0e224fecfdf87df17e1b729a14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
name: CurrentApplicationInfo
description: Information about the current application and its owner.
fields:
  - name: description
    type: string
  - name: icon
    optional: true
    type: string
  - name: id
    type: UserId
  - name: name
    type: string
  - name: owner
    type: User
  - name: rpc_origins
    array: true
    default: Vec::default()
    type: string