UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

3 lines (2 loc) 250 B
import { IPebblebedSaveEntity, SchemaDefinition } from ".."; export declare function convertSaveEntitiesToRegular<T>(saveEntities: IPebblebedSaveEntity<T>[], idProperty: string | null, idType: "string" | "int", schema: SchemaDefinition<any>): T[];