We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bb3b98 + 1b8a4ab commit 94f7ca4Copy full SHA for 94f7ca4
1 file changed
src/models/base/kakao/kakaoButton.ts
@@ -17,7 +17,7 @@ export type KakaoWebButton = {
17
buttonName: string;
18
buttonType: Extract<KakaoButtonType, 'WL'>;
19
linkMo: string;
20
- linkPc?: string;
+ linkPc?: string | null;
21
linkAnd?: never;
22
linkIos?: never;
23
};
0 commit comments