Skip to content

Commit 1b8a4ab

Browse files
Update kakaoButton schema to allow null values for linkPc property
1 parent 3bb3b98 commit 1b8a4ab

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)