import { AnyString } from '../../utils/types'; /** * Represents the supported hash algorithms by Core Apps. */ export type HashAlgorithm = 'md5' | 'crc32' | AnyString;