5 lines
88 B
TypeScript
5 lines
88 B
TypeScript
|
|
/**
|
||
|
|
* @fileoverview Re-export barrel for all model types.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './types';
|