UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

7 lines (6 loc) 122 B
export interface ExpiringCode { code: string; context: string; expiresEpochMS: number; tags?: string[]; }