interface SecretHashedValue {
    hashedValue: string;
    key: string;
}

Properties

Properties

hashedValue: string
key: string