mirror of https://github.com/perkeep/perkeep.git
newui: more js type annotation fixes
Change-Id: I0c7bdc265c8f0ff746dcd1e1a90d54054958c8b7
This commit is contained in:
parent
b6f588abcc
commit
f8912713ca
|
@ -25,11 +25,22 @@ camlistore.ServerType.DiscoveryRoot;
|
|||
* searchRoot: string,
|
||||
* storageGeneration: string,
|
||||
* storageInitTime: string,
|
||||
* signing: camlistore.ServerType.SigningDiscoveryDocument,
|
||||
* uploadHelper: string
|
||||
* }}
|
||||
*/
|
||||
camlistore.ServerType.DiscoveryDocument;
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
* publicKey: string,
|
||||
* publicKeyBlobRef: string,
|
||||
* publicKeyId: string,
|
||||
* signHandler: string,
|
||||
* verifyHandler: string
|
||||
* }}
|
||||
*/
|
||||
camlistore.ServerType.SigningDiscoveryDocument;
|
||||
|
||||
/**
|
||||
* @typedef {{
|
||||
|
|
Loading…
Reference in New Issue