houdini/app/javascript/legacy_react/api/model/models.ts
2020-05-27 17:05:25 -05:00

7 lines
240 B
TypeScript

export * from './Nonprofit';
export * from './PostNonprofit';
export * from './PostNonprofitNonprofit';
export * from './PostNonprofitUser';
export * from './PostUser';
export * from './ValidationError';
export * from './ValidationErrors';