// tslint:disable: no-empty-interface export interface configService { get: (key: string) => string; } export interface NestGdatastoreOptions { PROJECT_ID: string; DATASTOREKEY: string; DATASTORE_NAMESPACE: string; }