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