Skip to content

Commit 94f7ca4

Browse files
Merge pull request #92 from Palbahngmiyine/master
Update kakaoButton schema to allow null values for linkPc property
2 parents 3bb3b98 + 1b8a4ab commit 94f7ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/base/kakao/kakaoButton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export type KakaoWebButton = {
1717
buttonName: string;
1818
buttonType: Extract<KakaoButtonType, 'WL'>;
1919
linkMo: string;
20-
linkPc?: string;
20+
linkPc?: string | null;
2121
linkAnd?: never;
2222
linkIos?: never;
2323
};

0 commit comments

Comments
 (0)