Type alias OneTimeKeys

OneTimeKeys: {
    curve25519: {
        [keyId: string]: string;
    };
}

Type declaration

  • curve25519: {
        [keyId: string]: string;
    }
    • [keyId: string]: string

Generated using TypeDoc