export type CustomMap = { [key: string]: string };

export interface GenerateHashOptions {
    myMap?: CustomMap;
}
