UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

5 lines (4 loc) 180 B
import { StoredRuntimeParameter } from './stored-runtime-parameter.js'; export interface CachedStoredRuntimeParameter extends StoredRuntimeParameter { storedEpochMS: number; }