시스템관리 > 권한관리 > 사이트관리 화면과 API 추가
This commit is contained in:
13
nuxt/types/sys/site/index.ts
Normal file
13
nuxt/types/sys/site/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export type SiteType = {
|
||||
siteId: string;
|
||||
siteName: string;
|
||||
siteDescription: string;
|
||||
siteDomain: string;
|
||||
siteType: '' | 'ADMIN' | 'USER';
|
||||
sitePrefix: string;
|
||||
siteLocale: string;
|
||||
siteLogo: string;
|
||||
bscUrl: string;
|
||||
lgnUrl: string;
|
||||
siteRegdate: string;
|
||||
};
|
||||
Reference in New Issue
Block a user