4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
export function get_secret_value(given_time: bigint, user_agent: string, url: string): string;
|