8 lines
126 B
TypeScript
8 lines
126 B
TypeScript
/**
|
|
* Re-export all interfaces
|
|
*/
|
|
|
|
export * from './status.ts';
|
|
export * from './display.ts';
|
|
export * from './updates.ts';
|