UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

7 lines (6 loc) 135 B
export interface StoredRuntimeParameter { groupId: string; paramKey: string; paramValue: string; ttlSeconds: number; }