import { PropertyKeyConfiguration } from '@witty-services/ngx-repository'; export interface FirebaseCreatedAtContext { field: string; } /** * @ignore */ export interface FirebaseCreatedAtContextConfiguration extends FirebaseCreatedAtContext, PropertyKeyConfiguration { } //# sourceMappingURL=firebase-created-at-context.configuration.d.ts.map