baublet/w8mngr

View on GitHub
api/dataServices/uploadToken/type.ts

Summary

Maintainability
A
40 mins
Test Coverage
export type UploadToken = {
  postUrl: string;
  publicId: string;
  apiKey: string;
  signature: string;
  timestamp: string;
  folder: string;
};