UNPKG

pebblebed

Version:

Simplified interactions with Google Datastore for NodeJS

3 lines (2 loc) 157 B
import { SchemaDefinition } from "../types/PebblebedTypes"; export default function getIdPropertyFromSchema(schema: SchemaDefinition<any>): string | null;