solapi
Preparing search index...
models/base/kakao/kakaoChannel
KakaoChannel
Type Alias KakaoChannel
날짜 필드가 Date로 변환된 카카오 채널 타입
type
KakaoChannel
=
{
accountId
:
string
;
channelId
:
string
;
dateCreated
?:
Date
;
dateUpdated
?:
Date
;
phoneNumber
?:
string
;
searchId
:
string
;
sharedAccountIds
:
ReadonlyArray
<
string
>
;
}
Index
Properties
account
Id
channel
Id
date
Created?
date
Updated?
phone
Number?
search
Id
shared
Account
Ids
Properties
account
Id
accountId
:
string
channel
Id
channelId
:
string
Optional
date
Created
dateCreated
?:
Date
Optional
date
Updated
dateUpdated
?:
Date
Optional
phone
Number
phoneNumber
?:
string
search
Id
searchId
:
string
shared
Account
Ids
sharedAccountIds
:
ReadonlyArray
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
channel
Id
date
Created
date
Updated
phone
Number
search
Id
shared
Account
Ids
solapi
Loading...
날짜 필드가 Date로 변환된 카카오 채널 타입