/** * Serializers define the JSON representation of each model to be used by client-side code. * * When passing a model instance to a client component it will automatically be serialized * according to the shape of the respective serializer. * * API Fetch requests will also return the JSON data in this format. * * @module API Reference/Serializers */ export * from './agency'; import './agency'; export * from './admin-user'; import './admin-user'; export * from './agency-employee'; import './agency-employee'; export * from './article'; import './article'; export * from './branch'; import './branch'; export * from './calendar-event'; import './calendar-event'; export * from './connection'; import './connection'; export * from './content-chunk'; import './content-chunk'; export * from './image'; import './image'; export * from './location'; import './location'; export * from './property'; import './property'; export * from './testimonial'; import './testimonial'; export * from './user'; import './user'; export * from './stamp-duty-rate'; import './stamp-duty-rate'; //# sourceMappingURL=index.d.ts.map