We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a645f9 commit b10c321Copy full SHA for b10c321
1 file changed
src/models/base/kakao/kakaoAlimtalkTemplate.ts
@@ -292,7 +292,7 @@ export interface KakaoAlimtalkTemplateInterface {
292
/**
293
* @description 긴급 검수를 위한 알림토 딜러사 측 템플릿 코드, commentable이 false일 때만 해당 코드가 표시됩니다.
294
*/
295
- code?: string;
+ code?: string | null;
296
297
298
* @description 카카오 알림톡 템플릿 상태<br><br>
@@ -332,7 +332,7 @@ export class KakaoAlimtalkTemplate implements KakaoAlimtalkTemplateInterface {
332
templateId: string;
333
commentable?: boolean;
334
comments?: Array<KakaoAlimtalkTemplateCommentType>;
335
336
status: KakaoAlimtalkTemplateStatus;
337
338
0 commit comments