Type alias KakaoChannelCategory

KakaoChannelCategory: {
    code: string;
    name: string;
}

Description

카카오 채널 카테고리 타입

Property

카테고리 코드번호

Property

카테고리 설명(이름)

Type declaration

  • code: string
  • name: string

Generated using TypeDoc