8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
|
|
/**
|
||
|
|
* Type definitions for Stack.Gallery Registry
|
||
|
|
*/
|
||
|
|
|
||
|
|
export * from './auth.interfaces.ts';
|
||
|
|
export * from './package.interfaces.ts';
|
||
|
|
export * from './audit.interfaces.ts';
|