zibri
    Preparing search index...

    The content stored inside a hashed string.

    type HashContent = {
        hashedValue: string;
        strategyName: string;
        version: string;
    }
    Index

    Properties

    hashedValue: string

    The actual hashed value.

    strategyName: string

    The name of the hash strategy.

    version: string

    The version of the hash strategy.