mirror of
https://gitee.com/dromara/go-view.git
synced 2025-09-04 08:29:45 +08:00
9 lines
178 B
TypeScript
9 lines
178 B
TypeScript
import { PackagesType, ConfigType } from '@/packages/index.d'
|
|
|
|
export { ConfigType }
|
|
|
|
export { PackagesType }
|
|
export interface PackagesStoreType {
|
|
packagesList: PackagesType
|
|
}
|