aboutsummaryrefslogtreecommitdiff
path: root/src/app/identity-api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/identity-api.ts')
-rw-r--r--src/app/identity-api.ts7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/app/identity-api.ts b/src/app/identity-api.ts
index d694110..005276f 100644
--- a/src/app/identity-api.ts
+++ b/src/app/identity-api.ts
@@ -11,19 +11,18 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18/** 18/**
19 * @author Philippe Buschmann 19 * @author Philippe Buschmann
20 * @file src/app/identity-api.ts 20 * @file src/app/identity-api.ts
21 * @brief 21 * @brief
22 * 22 *
23 */ 23 */
24 24
25export class IdentityAPI{ 25export class IdentityAPI{
26 id: string; 26 pubkey: string;
27 name: string; 27 name: string;
28 type: string;
29} 28}