lemon-model
Version:
Common shared model definitions for Lemon Micro-Service Platform
13 lines (12 loc) • 326 B
TypeScript
/**
* `index.ts`
* - main index
*
* @author Steve Jung <steve@lemoncloud.io>
* @date 2019-08-09 initial commit
* @date 2019-11-26 cleanup and optimized for `lemon-core#v2`
*
* @copyright (C) lemoncloud.io 2019 - All Rights Reserved.
*/
export * from './core-types';
export * from './core-storage';