UNPKG

@1771technologies/lytenyte-pro

Version:

Blazingly fast headless React data grid with 100s of features.

10 lines (9 loc) 304 B
interface GetHashArguments { companyName: string; startDate: string; endDate: string; randomString: string; licenseType: "seated" | "company-wide"; } export declare function getHash({ companyName, startDate, endDate, licenseType, randomString }: GetHashArguments): string; export {};