Add changes from stand-alone cic-meta repo.

This commit is contained in:
Spencer Ofwiti
2021-02-24 15:14:17 +03:00
parent 34a48a6c6c
commit 8f65be16b1
4 changed files with 16 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
export { PGPSigner, PGPKeyStore } from './auth';
export { PGPSigner, PGPKeyStore, Signer } from './auth';
export { Envelope, Syncable } from './sync';
export { User } from './assets/user';
export { Phone } from './assets/phone';

View File

@@ -93,7 +93,7 @@ function orderDict(src) {
return dst;
}
class Syncable implements JSONSerializable, Authoritative {
class Syncable implements JSONSerializable, Authoritative, Signable {
id: string
timestamp: number