houdini/app/javascript/legacy_react/api/model/models.ts

8 lines
240 B
TypeScript
Raw Normal View History

2020-04-22 22:22:36 +00:00
export * from './Nonprofit';
export * from './PostNonprofit';
export * from './PostNonprofitNonprofit';
export * from './PostNonprofitUser';
export * from './PostUser';
export * from './ValidationError';
export * from './ValidationErrors';