houdini/javascripts/api/model/models.ts

8 lines
240 B
TypeScript
Raw Normal View History

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