uses id of public key in overview

This commit is contained in:
Sebastian Sdorra
2020-07-30 13:27:40 +02:00
parent 103edf2356
commit 2763e6eccf
5 changed files with 3 additions and 68 deletions

View File

@@ -35,6 +35,7 @@ export type PublicKeysCollection = Collection & {
};
export type PublicKey = {
id: string;
displayName: string;
raw: string;
created?: string;