HashsumOptions: {
    hashsum: string;
    type?: HashsumType;
}

Type declaration

  • hashsum: string

    The expected hex-encoded hashsum of the source image

  • Optional type?: HashsumType

    The hashsum type

Generated using TypeDoc