zcash-grant-system/e2e/cypress/typings.d.ts

9 lines
164 B
TypeScript

declare module "*.json" {
const value: any;
export default value;
}
declare module "eth-sig-util" {
export function signTypedData(k: any, d: any): string;
}