Files
crowd-funder-for-time-pwa/test-scripts/types.d.ts
Matthew Raymer 053306217e feat(test-scripts): add registration attempt to TypeScript DID generator
- Added registration attempt to TypeScript DID generator to match Python version
- Added node-fetch and types for HTTP request
- Both scripts now show same UNREGISTERED_USER error from server
- Cleaned up package.json devDependencies formatting
2025-03-03 10:43:42 +00:00

3 lines
118 B
TypeScript

declare type AudioSampleFormat = any;
declare type EncodedAudioChunkType = any;
declare type ImageBufferSource = any;