fix. gnb 작업 1차
This commit is contained in:
10
layers/types/Common.ts
Normal file
10
layers/types/Common.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import type { HTMLAttributes } from 'vue'
|
||||
import type { StoveJsService } from '@/layers/types/Stove'
|
||||
|
||||
export type ClassType = HTMLAttributes['class']
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
stoveJsService?: StoveJsService
|
||||
}
|
||||
}
|
||||
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* Stove 81 Plug 타입 정의
|
||||
*/
|
||||
export interface IdentityInfo {
|
||||
app_id: string
|
||||
log_source_type: string
|
||||
@@ -36,3 +39,10 @@ export interface ActionInfo {
|
||||
action_param: ActionParam
|
||||
marketing_info?: MarketingInfo
|
||||
}
|
||||
|
||||
/**
|
||||
* Stove JS Service 타입 정의
|
||||
*/
|
||||
export interface StoveJsService {
|
||||
launcher?: any
|
||||
}
|
||||
Reference in New Issue
Block a user