UNPKG

matrix-js-sdk

Version:
9 lines 192 B
export interface ISignatures { [entity: string]: { [keyId: string]: string; }; } export interface ISigned { signatures?: ISignatures; } //# sourceMappingURL=signed.d.ts.map