UNPKG

@bitblit/ratchet-aws

Version:

Common tools for use with AWS browser and node

9 lines (8 loc) 267 B
export interface PrototypeDaoConfig { guidCreateFunction: () => string; guidFieldName: string; createdEpochMSFieldName?: string; updatedEpochMSFieldName?: string; createdUtcTimestampFieldName?: string; updatedUtcTimestampFieldName?: string; }