UNPKG

matrix-js-sdk

Version:
9 lines (8 loc) 156 B
export interface ISignatures { [entity: string]: { [keyId: string]: string; }; } export interface ISigned { signatures?: ISignatures; }