mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-28 00:10:18 +08:00
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
export enum SetupStoreId {
|
|
App = 'app-store',
|
|
Theme = 'theme-store',
|
|
Auth = 'auth-store',
|
|
Route = 'route-store',
|
|
Tab = 'tab-store'
|
|
}
|