UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

9 lines (8 loc) 180 B
export interface ExamplePrototypeDaoItem { fieldA: number; fieldB: string; type: string; createdEpochMS?: number; updatedEpochMS?: number; guid?: string; }