WireGuard key-pair

interface WireGuardKeyPair {
    privateKey: string;
    publicKey: string;
}

Properties

privateKey: string
publicKey: string