31 lines
566 B
TypeScript

export interface SessionData {
langCd: null
currPage: Number | null
rowCount: Number | null
startRow: Number | null
endRow: Number | null
compCd: null
agencyStoreId: null
storeId: null
userId: null
category: null
userNm: null
userNmKana: null
telNo: null
fax: null
email: null
lastEditUser: null
storeGubun: null
pwCurr: null
pwdInitYn: null
apprStatCd: null
loginFailCnt: Number | null
loginFailMinYn: null
priceViewStatCd: null
groupId: null
storeLvl: null
custCd: null
builderNo: null
isLoggedIn: boolean
}