interface Hash {
    alg: HashAlgorithm;
    content: string;
}

Properties

Properties

content: string