Type Alias NewDeviceMessage

NewDeviceMessage: {
    deviceName: string;
    exchangeKey: string;
    humanReadableDeviceName: string;
    newDid: `did:key:z${string}`;
}

Message from the new, incoming, device