Interface ProjectVersionFromHashOptions

interface ProjectVersionFromHashOptions {
    algorithm?: "sha1" | "sha512";
    multiple?: boolean;
}

Properties

algorithm?: "sha1" | "sha512"
multiple?: boolean