export interface PairResponse {
    peerId: string;
    appName: string;
    appVersion: string;
    publicKey: string;
}
