Type Alias KeysPair

KeysPair: {
    privateKey: string;
    publicKey: string;
}