UNPKG

@jokio/datastore

Version:

Helper library for Google Cloud Datastore

5 lines (4 loc) 71 B
export interface Entity { id: any; lastUpdatedAt?: Date; }