gros-bras-shared
Version:
This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...
21 lines (20 loc) • 719 B
TypeScript
export * from './move';
export * from './invoice';
export * from './transport';
export * from './technical-visit';
export * from './city.i';
export * from './image.i';
export * from './choice.i';
export * from './service.i';
export * from './location.i';
export * from './seo-infos.i';
export * from './geocoordinates.i';
export * from './backoffice-user.i';
export * from './api-crud-request.i';
export * from './internal-message.i';
export * from './user-informations.i';
export * from './gmap-distancematrix.i';
export * from './booking-informations.i';
export * from './location-informations.i';
export * from './move-service-informations.i';
export * from './transport-service-informations.i';