UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

5 lines (4 loc) 163 B
import { S3CacheRatchetLike } from '../s3-cache-ratchet-like.js'; export interface S3RemoteFileTrackingProviderOptions { s3CacheRatchet: S3CacheRatchetLike; }