UNPKG

upload-js

Version:

File Upload Library — Upload.js gives developers AJAX multipart file uploading via XHR 🚀 Comes with Cloud Storage 🌐

7 lines (6 loc) 164 B
export interface AuthSession { accessToken: string | undefined; accessTokenRefreshHandle: number | undefined; authUrl: string; isActive: boolean; }